diff options
Diffstat (limited to 'user/xmodmap/APKBUILD')
-rw-r--r-- | user/xmodmap/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/user/xmodmap/APKBUILD b/user/xmodmap/APKBUILD index 58e14c998..abf6c45ba 100644 --- a/user/xmodmap/APKBUILD +++ b/user/xmodmap/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xmodmap -pkgver=1.0.9 -pkgrel=3 +pkgver=1.0.10 +pkgrel=0 pkgdesc="Utility for modifying key and mouse button mappings in X11" url="https://www.X.Org/" arch="all" @@ -13,7 +13,6 @@ subpackages="$pkgname-doc" source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.bz2" build () { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,14 +24,11 @@ build () { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="6e50f2ba072ec171bd3fc34f75b21c63f9834f3c0f1608c857f80a4b2c8a9696b03dde79f8342bf67504b759297bc24a64056a625d295a4f89dd31eb938400ac xmodmap-1.0.9.tar.bz2" +sha512sums="324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04 xmodmap-1.0.10.tar.bz2" |