diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-06 01:01:01 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-06 01:01:01 (GMT) |
commit | 9cc464bde03a97d6cbea14420b1b2ee32ca3ca00 (patch) | |
tree | b9798f9697d87f76b67f623bdc14991320987a33 /abs/extra/libxfcegui4/PKGBUILD | |
parent | 742d4dd32ba3970447f7a67ee9abeab07ea8bf01 (diff) | |
download | linhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.zip linhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.tar.gz linhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.tar.bz2 |
xfce4 related pkg cleanup
Diffstat (limited to 'abs/extra/libxfcegui4/PKGBUILD')
-rw-r--r-- | abs/extra/libxfcegui4/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/extra/libxfcegui4/PKGBUILD b/abs/extra/libxfcegui4/PKGBUILD deleted file mode 100644 index c947d2f..0000000 --- a/abs/extra/libxfcegui4/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 80816 2010-05-22 13:17:01Z andyrtr $ -# Maintainer: tobias <tobias funnychar archlinux.org> - -pkgname=libxfcegui4 -pkgver=4.6.4 -pkgrel=1 -pkgdesc="Various gtk widgets for Xfce" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://www.xfce.org/" -depends=('startup-notification' "xfconf>=4.6.2" "libglade>=2.6.4" 'hicolor-icon-theme') -makedepends=('pkgconfig' 'intltool') -options=('!libtool') -install=${pkgname}.install -source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('88de59b222cb9977f93a4c61011c1e1f') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --disable-static # --enable-xinerama - make || return 1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 -} |