diff options
author | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
commit | 9e9ab642711f2424f828e21d14b98c45cdef2b29 (patch) | |
tree | 5c1495cfda2b453e377084bad1b20e431e119063 /extra/lesstif | |
parent | bc0657f7159d0b01373ecb59afc426b98a172b1e (diff) |
Thu Dec 1 23:14:46 UTC 2011
Diffstat (limited to 'extra/lesstif')
-rw-r--r-- | extra/lesstif/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/lesstif/PKGBUILD b/extra/lesstif/PKGBUILD index 8d14fbd97..5d0d91350 100644 --- a/extra/lesstif/PKGBUILD +++ b/extra/lesstif/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137646 2011-09-10 10:03:09Z andrea $ +# $Id: PKGBUILD 143913 2011-11-30 20:33:57Z andrea $ # Maintainer: # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> @@ -6,21 +6,24 @@ pkgname=lesstif pkgver=0.95.2 -pkgrel=3 +pkgrel=4 pkgdesc="LGPL'd re-implementation of Motif" arch=('i686' 'x86_64') url="http://www.lesstif.org/" license=('LGPL' 'MIT') depends=('freetype2' 'libxt' 'libxp') -options=('!libtool') +options=('!libtool' '!buildflags') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - 'LICENSE' '040_fedora_XxxxProperty-64bit.diff') + 'LICENSE' + '040_fedora_XxxxProperty-64bit.diff') md5sums=('754187dbac09fcf5d18296437e72a32f' 'b1f320192a9154f72d83e9d3d5a25a2f' '30e2c0babc84696af089d55cb9cb2908') build() { cd "${srcdir}"/${pkgname}-${pkgver} + + # https://bugs.archlinux.org/task/17712 patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff ./configure --prefix=/usr \ @@ -52,6 +55,6 @@ package() { make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install make appdir=/usr/share/X11/app-defaults rootdir=/usr/share/LessTif \ - DESTDIR=${pkgdir} install + DESTDIR="${pkgdir}" install install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } |