diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-11-03 02:16:13 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-11-03 02:16:13 (GMT) |
commit | 6f99aad5b47be847c36748f78ac2fba4118ad037 (patch) | |
tree | 5e522d62da533cb22e9f11a5efd886f2b90cb7dc /abs/extra/xorg-util-macros/PKGBUILD | |
parent | df8efdb159577f4c9def37065f2629ae70c1cb1a (diff) | |
parent | d6ea193b243d8836b7c05ee111e73321072e6d60 (diff) | |
download | linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.zip linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.gz linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/xorg-util-macros/PKGBUILD')
-rw-r--r-- | abs/extra/xorg-util-macros/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra/xorg-util-macros/PKGBUILD b/abs/extra/xorg-util-macros/PKGBUILD deleted file mode 100644 index 90f0906..0000000 --- a/abs/extra/xorg-util-macros/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 97536 2010-10-31 15:33:40Z jgc $ -#Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=xorg-util-macros -pkgver=1.11.0 -pkgrel=1 -pkgdesc="X.Org Autotools macros" -arch=(any) -license=('custom') -url="http://xorg.freedesktop.org/" -source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2) -sha1sums=('646188eeca4fa319d95aba7a271149bcbf9ee49e') - -build() { - cd "${srcdir}/util-macros-${pkgver}" - ./configure --prefix=/usr - make - make DESTDIR="${pkgdir}" install - - install -m755 -d "${pkgdir}/usr/lib" - mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/" - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} |