summaryrefslogtreecommitdiff
path: root/extra/xorg-xmodmap
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
committerroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
commite4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch)
tree8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /extra/xorg-xmodmap
parent299e917c17619f800f0c21cf43209065b608223f (diff)
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'extra/xorg-xmodmap')
-rw-r--r--extra/xorg-xmodmap/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/xorg-xmodmap/PKGBUILD b/extra/xorg-xmodmap/PKGBUILD
index 6f8f31e4f..865596d63 100644
--- a/extra/xorg-xmodmap/PKGBUILD
+++ b/extra/xorg-xmodmap/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 113801 2011-03-10 15:47:06Z jgc $
+# $Id: PKGBUILD 151007 2012-02-24 13:12:22Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xmodmap
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Utility for modifying keymaps and button mappings"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libx11')
@@ -18,7 +18,10 @@ build() {
cd "${srcdir}/xmodmap-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/xmodmap-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}