diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-16 21:34:43 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-16 21:34:43 (GMT) |
commit | 76850cdac6f87f795bd40f86b11c908725949935 (patch) | |
tree | 2685d44d99f7183e95b097a86ee78bcf74c8ae3c /abs/extra-testing | |
parent | 5ad15333e1742faf8ef3459c2a675906b27ca8bd (diff) | |
download | linhes_pkgbuild-76850cdac6f87f795bd40f86b11c908725949935.zip linhes_pkgbuild-76850cdac6f87f795bd40f86b11c908725949935.tar.gz linhes_pkgbuild-76850cdac6f87f795bd40f86b11c908725949935.tar.bz2 |
evrouter: update to 0.4 ref 647
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/evrouter/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/extra-testing/evrouter/PKGBUILD b/abs/extra-testing/evrouter/PKGBUILD index e4fb59d..0f7d7b7 100644 --- a/abs/extra-testing/evrouter/PKGBUILD +++ b/abs/extra-testing/evrouter/PKGBUILD @@ -1,18 +1,19 @@ # Contributor: Jonathan Liu <net147@hotmail.com> pkgname=evrouter -pkgver=0.3.3 -pkgrel=2 +pkgver=0.4 +pkgrel=1 pkgdesc="An Input Event Router for Linux" arch=(i686) url="http://www.bedroomlan.org/~alexios/coding_evrouter.html" license=('GPL2') depends=('libxt' 'libxtst' 'xorg-server') -source=(http://www.bedroomlan.org/~alexios/files/SOFTWARE/evrouter/${pkgname}_${pkgver}.tar.gz) -md5sums=('a20073e04679eb11a5c2da9ab59e75fd') +source=(http://debian.bedroomlan.org/debian/pool/main/e/evrouter/${pkgname}_${pkgver}.tar.gz) build() { - cd "$startdir/src/$pkgname" + cd "${startdir}/src/${pkgname}-${pkgver}" + ./autogen.sh ./configure --prefix=/usr --without-xmms make || return 1 - make DESTDIR="$startdir/pkg" install + make DESTDIR="${startdir}/pkg" install } +md5sums=('eef1b9d8e3b545c330eb025670ffa3e8') |