summaryrefslogtreecommitdiff
path: root/extra/libxmu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
committerroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
commit1f567a9d58d16b76320168f0624aa55bd6320284 (patch)
treee4e7ffadc364d582fccd8543ad1543fa9741a8a7 /extra/libxmu
parentf6a79a3f5989efc8db63af942851c56f0c462bb1 (diff)
Mon Feb 27 23:15:24 UTC 2012
Diffstat (limited to 'extra/libxmu')
-rw-r--r--extra/libxmu/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/libxmu/PKGBUILD b/extra/libxmu/PKGBUILD
index 172af84ab..f37bb9799 100644
--- a/extra/libxmu/PKGBUILD
+++ b/extra/libxmu/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 97601 2010-10-31 16:17:53Z jgc $
+# $Id: PKGBUILD 151426 2012-02-26 10:48:08Z pierre $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxmu
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="X11 miscellaneous micro-utility library"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,13 +11,17 @@ depends=('libxext' 'libxt')
makedepends=('xorg-util-macros')
license=('custom')
options=('!libtool')
-source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2")
sha1sums=('81876a0848070bfc4476a2538fc16898eb6d96cd')
build() {
cd "${srcdir}/libXmu-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --disable-static
- make
+ make
+}
+
+package() {
+ cd "${srcdir}/libXmu-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"