diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 23:48:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 23:48:00 (GMT) |
commit | e9312661ce6e315b18d157bede6bf148019c3710 (patch) | |
tree | d755d630c37ba49d532b15406a55f18cb320584f /abs/core-testing | |
parent | 67d05b6bbc8ce9d2b495102bcdf0c57d14d76950 (diff) | |
download | linhes_pkgbuild-e9312661ce6e315b18d157bede6bf148019c3710.zip linhes_pkgbuild-e9312661ce6e315b18d157bede6bf148019c3710.tar.gz linhes_pkgbuild-e9312661ce6e315b18d157bede6bf148019c3710.tar.bz2 |
libxaw:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/libxaw/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/libxaw/PKGBUILD b/abs/core-testing/libxaw/PKGBUILD index c1d71de..db77f9f 100644 --- a/abs/core-testing/libxaw/PKGBUILD +++ b/abs/core-testing/libxaw/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 18578 2008-11-07 22:16:28Z jgc $ -# Maintainer: Alexander Baldeck <alexander@archlinux.org> -# Contributor: Jan de Groot <jgc@archlinux.org> +# $Id: PKGBUILD 56419 2009-10-21 20:31:46Z andyrtr $ +# Maintainer: Jan de Groot <jgc@archlinux.org> + pkgname=libxaw -pkgver=1.0.5 +pkgver=1.0.7 pkgrel=1 pkgdesc="X11 Athena Widget library" arch=(i686 x86_64) -license=('custom:') +license=('custom') url="http://xorg.freedesktop.org/" depends=('libxmu' 'libxpm') makedepends=('pkgconfig') options=('!libtool') source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2) -md5sums=('64e7782db4653cb57c7f7e660b2431c3') +md5sums=('815e74de989ccda684e2baf8d12cf519') build() { cd "${srcdir}/libXaw-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc || return 1 + ./configure --prefix=/usr --sysconfdir=/etc --disable-static || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 |