summaryrefslogtreecommitdiff
path: root/extra/libxaw
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/libxaw
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/libxaw')
-rw-r--r--extra/libxaw/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/libxaw/PKGBUILD b/extra/libxaw/PKGBUILD
index d4f65c437..f8b06a07f 100644
--- a/extra/libxaw/PKGBUILD
+++ b/extra/libxaw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 106867 2011-01-19 15:23:45Z jgc $
+# $Id: PKGBUILD 151324 2012-02-25 13:52:04Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxaw
pkgver=1.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Athena Widget library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org/"
depends=('libxmu' 'libxpm')
@@ -18,7 +18,11 @@ build() {
cd "${srcdir}/libXaw-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
+}
+
+package() {
+ cd "${srcdir}/libXaw-${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"
}