diff options
Diffstat (limited to 'pcr/po-debconf')
-rw-r--r-- | pcr/po-debconf/ChangeLog | 11 | ||||
-rw-r--r-- | pcr/po-debconf/PKGBUILD | 28 |
2 files changed, 0 insertions, 39 deletions
diff --git a/pcr/po-debconf/ChangeLog b/pcr/po-debconf/ChangeLog deleted file mode 100644 index 7b678c60d..000000000 --- a/pcr/po-debconf/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -2013-12-09 Matt Corallo <aur-maint@mattcorallo.com> - * Adopt package - * Add a packge() so makepkg shuts up about deprecated PKGBUILD - * Use sha256sum instead of md5 (just because I feel happier that way) - -2012-03-26 Stéphane Marguet (Stemp) <smarguet at gmail dot com> - * Fix namcap warnings - * Create changelog - -2012-01-22 Stéphane Marguet (Stemp) <smarguet at gmail dot com> - * Update to po-debconf_1.0.16+nmu2 diff --git a/pcr/po-debconf/PKGBUILD b/pcr/po-debconf/PKGBUILD deleted file mode 100644 index 1e34a8458..000000000 --- a/pcr/po-debconf/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Maintainer: David P. <megver83@parabola.nu> -# Contributor: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it> -# Contributor: Matt Corallo <aur-maint@mattcorallo.com> -# Contributor: Stéphane Marguet (Stemp) <smarguet à gmail point com> -# Contributor: Toni Foerster <stonerl@skeps.de> -# Contributor: André Klitzing <aklitzing@online.de> - -pkgname=po-debconf -pkgver=1.0.20 -pkgrel=2 -pkgdesc="Debian manage translated Debconf templates files with gettext" -arch=('any') -url="http://www.debian.org/" -license=('GPL') -changelog=ChangeLog -depends=('gettext' 'perl' 'intltool-debian') -source=(http://ftp.debian.org/debian/pool/main/p/po-debconf/${pkgname}_${pkgver}_all.deb) -sha256sums=('493dcfe155a49b97689403d440b9c953caabc89ccedc4d0297db675ec4db09a1') - -build() { - cd $srcdir - ar -x $srcdir/${pkgname}_${pkgver}_all.deb data.tar.xz - tar -xJf $srcdir/data.tar.xz -} - -package() { - cp -r $srcdir/usr/ $pkgdir -} |