summaryrefslogtreecommitdiffstats
path: root/abs/extra/intltool/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
commit6f99aad5b47be847c36748f78ac2fba4118ad037 (patch)
tree5e522d62da533cb22e9f11a5efd886f2b90cb7dc /abs/extra/intltool/PKGBUILD
parentdf8efdb159577f4c9def37065f2629ae70c1cb1a (diff)
parentd6ea193b243d8836b7c05ee111e73321072e6d60 (diff)
downloadlinhes_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/intltool/PKGBUILD')
-rw-r--r--abs/extra/intltool/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/extra/intltool/PKGBUILD b/abs/extra/intltool/PKGBUILD
deleted file mode 100644
index 06ad76b..0000000
--- a/abs/extra/intltool/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 87653 2010-08-17 13:59:51Z jgc $
-# Contributor: Eric Belanger <eric@archlinux.org>
-# Contributor: Jan de Groot <jgc@archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=intltool
-pkgver=0.41.1
-pkgrel=2
-pkgdesc="The internationalization tool collection"
-arch=('any')
-url="https://edge.launchpad.net/intltool"
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d6c91bf06681919ccfdf3624035b75dc')
-sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
- install -Dm644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
-}