diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-12 00:35:47 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-12 00:35:47 -0200 |
commit | a141f0f76d7da6ea313b85f830447d3f3001cada (patch) | |
tree | 76e76fb765af73d9353ba9d7c34edd354410ed95 | |
parent | d282774c2f4daed8c8ab6d4ae1b1d07b5a2d4f87 (diff) | |
parent | fe73e0d6df72ac976812de87802f086713cca85d (diff) | |
download | abslibre-a141f0f76d7da6ea313b85f830447d3f3001cada.tar.gz abslibre-a141f0f76d7da6ea313b85f830447d3f3001cada.tar.bz2 abslibre-a141f0f76d7da6ea313b85f830447d3f3001cada.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r--[-rwxr-xr-x] | artistic/spnavcfg/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/artistic/spnavcfg/PKGBUILD b/artistic/spnavcfg/PKGBUILD index df9027bc5..cbea06d01 100755..100644 --- a/artistic/spnavcfg/PKGBUILD +++ b/artistic/spnavcfg/PKGBUILD @@ -4,16 +4,17 @@ pkgname=spnavcfg pkgver=0.2.1 pkgrel=1 -pkgdesc="The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc)." -arch=('i686' 'x86_64' 'mips64el') -url="http://spacenav.sourceforge.net/" -license=('GPL') -depends=('gtk2') +pkgdesc='A libre version of 3Dconnexion'\''s 3D input device drivers configuration' +arch=(i686 x86_64 mips64el) +url=http://spacenav.sourceforge.net/ +license=(GPL) +depends=(gtk2) source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz) -md5sums=('d20cf09515d1e39fd04877a00a2023b5') +sha512sums=(8cda7e8c9c2aa0875c6cf19e96ec47b9492acdcb110e9845f278ede44bee733876a56e2aa2d1198f54d8fecb978fcfe0a61e8f7b7fe19c2754eceec957172e34) build() { cd $srcdir/$pkgname-$pkgver + sed -i -e 's/$(LDFLAGS)/$(LDFLAGS) -lX11/' Makefile.in ./configure --prefix=$pkgdir/usr make || return 1 make DESTDIR=$pkgdir install || return 1 |