diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/libxaw | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/libxaw')
-rw-r--r-- | abs/core/libxaw/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/libxaw/PKGBUILD b/abs/core/libxaw/PKGBUILD index c1d71de..db77f9f 100644 --- a/abs/core/libxaw/PKGBUILD +++ b/abs/core/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 |