diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-03 01:39:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-03 01:39:49 (GMT) |
commit | 3e63877d4a3980245c3b5a1979e3d03c54bf83e1 (patch) | |
tree | 4d5be50d67199d4fbffc4b71f8f3a3e50ed798ee /abs/extra/intltool | |
parent | a3b7c3179a90e17dbb816bb3fadbbb834481a596 (diff) | |
download | linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.zip linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.tar.gz linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.tar.bz2 |
remove duplicate packages
Diffstat (limited to 'abs/extra/intltool')
-rw-r--r-- | abs/extra/intltool/ChangeLog | 45 | ||||
-rw-r--r-- | abs/extra/intltool/PKGBUILD | 29 |
2 files changed, 0 insertions, 74 deletions
diff --git a/abs/extra/intltool/ChangeLog b/abs/extra/intltool/ChangeLog deleted file mode 100644 index cfbb7c7..0000000 --- a/abs/extra/intltool/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -2009-09-08 Eric Belanger <eric@archlinux.org> - - * intltool 0.41.0-1 - * Upstream update - * Updated url - * Switched to 'any' arch - -2009-03-15 Eric Belanger <eric@archlinux.org> - - * intltool 0.40.6-1 - * Upstream update - -2009-02-07 Eric Belanger <eric@archlinux.org> - - * Added I18N-HOWTO doc (close FS#12889) - -2008-11-28 Jan de Groot <jgc@archlinux.org> - - * intltool 0.40.5-1 - * Upstream update - -2008-09-25 Jan de Groot <jgc@archlinux.org> - - * intltool 0.40.4-1 - * Upstream update - -2008-07-28 Eric Belanger <eric@archlinux.org> - - * intltool 0.40.3-1 - * Upstream update - -2008-07-23 Eric Belanger <eric@archlinux.org> - - * intltool 0.40.1-1 - * Upstream update - -2008-06-08 Eric Belanger <eric@archlinux.org> - - * intltool 0.40.0-1 - * Upstream update - -2008-03-01 Eric Belanger <eric@archlinux.org> - - * intltool 0.37.1-1 - * Upstream update 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" -} |