diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/debhelper/PKGBUILD | 29 | ||||
-rw-r--r-- | pcr/intltool-debian/PKGBUILD | 25 | ||||
-rw-r--r-- | pcr/po-debconf/ChangeLog | 11 | ||||
-rw-r--r-- | pcr/po-debconf/PKGBUILD | 28 |
4 files changed, 79 insertions, 14 deletions
diff --git a/pcr/debhelper/PKGBUILD b/pcr/debhelper/PKGBUILD index 9795a14ea..6a49b06f6 100644 --- a/pcr/debhelper/PKGBUILD +++ b/pcr/debhelper/PKGBUILD @@ -1,20 +1,21 @@ -# Maintainer (AUR): Antoine Lubineau <antoine@lubignon.info> -# Contributor (AUR): Andrei "Garoth" Thorp <garoth@gmail.com> -# Contributor: Luke Shumaker <lukeshu@sbcglobal.net> - -_debrepo=http://ftp.debian.org/debian/pool/main/ # Debian Sid -debfile() { echo -n "$_debrepo"; echo -n "$@"|sed -r 's@(.).*@\1/&@'; } +# Maintainer: David P. <megver83@openmailbox.org> +# Contributor: Justin Vreeland <vreeland.justin@gmail.com> +# Contributor: Antoine Lubineau <antoine@lubignon.info> +# Contributor: Charles Pigott <charlespigott@googlemail.com> +# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com> pkgname=debhelper -pkgver=9.20120322 +pkgver=10.2.5 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any') -url="http://packages.debian.org/${pkgname}" -license='GPL3' -depends=('binutils' 'dpkg' 'file' 'html2text' 'man-db' 'perl') -makedepends=('po4a') -source=(`debfile ${pkgname}`/${pkgname}_$pkgver.tar.gz) +url="http://anonscm.debian.org/cgit/debhelper/debhelper.git/" +license=('GPL2' 'GPL3') +depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf') +makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23' 'git') +optdepends=('dh-make') +source=("git://anonscm.debian.org/debhelper/debhelper.git#tag=debian/$pkgver") +md5sums=('SKIP') build() { cd "$srcdir/$pkgname" @@ -23,7 +24,7 @@ build() { package() { cd "$srcdir/$pkgname" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir/" install } -md5sums=('9ea56782e6396a59ec49f45f9c4a603f') +# vim:set ts=2 sw=2 et: diff --git a/pcr/intltool-debian/PKGBUILD b/pcr/intltool-debian/PKGBUILD new file mode 100644 index 000000000..9c73d6be4 --- /dev/null +++ b/pcr/intltool-debian/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: David P. <megver83@openamilbox.org> +# Contributor: Daniel Milde <daniel at milde dot cz> +# Contributor: Toni Foerster <stonerl at skeps dot de> +# Contributor: André Klitzing <aklitzing at online dot de> + +pkgname=intltool-debian +pkgver=0.35.0 +pkgrel=5 +pkgdesc="The internationalization tool collection with RFC822 support" +arch=('armv7h' 'i686' 'x86_64') +url="http://www.debian.org/" +license=('GPL') +depends=('gettext' 'perl') +source=(ftp://ftp.debian.org/debian/pool/main/i/intltool-debian/${pkgname}_${pkgver}+20060710.1_all.deb) +sha256sums=('121b13900d598f737acd9461575e36d93eead49c61a95ab04273fb68e1ecc60a') + +build() { + cd ${srcdir} + tar -zxf data.tar.gz +} + +package() { + cd ${srcdir} + cp -r usr ${pkgdir} +} diff --git a/pcr/po-debconf/ChangeLog b/pcr/po-debconf/ChangeLog new file mode 100644 index 000000000..7b678c60d --- /dev/null +++ b/pcr/po-debconf/ChangeLog @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000..b72730c03 --- /dev/null +++ b/pcr/po-debconf/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: David P. <megver83@openmailbox.org> +# 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 +} |