Bare import of the AUR3 package
This commit is contained in:
17
.SRCINFO
Normal file
17
.SRCINFO
Normal file
@@ -0,0 +1,17 @@
|
||||
pkgbase = po-debconf
|
||||
pkgdesc = Debian manage translated Debconf templates files with gettext
|
||||
pkgver = 1.0.16
|
||||
pkgrel = 3
|
||||
url = http://www.debian.org/
|
||||
changelog = ChangeLog
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = gettext
|
||||
depends = perl
|
||||
depends = intltool-debian
|
||||
source = http://ftp.debian.org/debian/pool/main/p/po-debconf/po-debconf_1.0.16+nmu2_all.deb
|
||||
sha256sums = aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e
|
||||
|
||||
pkgname = po-debconf
|
||||
|
||||
11
ChangeLog
Normal file
11
ChangeLog
Normal file
@@ -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
|
||||
25
PKGBUILD
Normal file
25
PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Matt Corallo <aur-maint@mattcorallo.com>
|
||||
# Creator: Stéphane Marguet (Stemp) <smarguet à gmail point com>
|
||||
# Contributer: Toni Foerster <stonerl@skeps.de>, André Klitzing <aklitzing@online.de>
|
||||
|
||||
pkgname=po-debconf
|
||||
pkgver=1.0.16
|
||||
pkgrel=3
|
||||
pkgdesc="Debian manage translated Debconf templates files with gettext"
|
||||
arch=('i686' 'x86_64')
|
||||
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}+nmu2_all.deb)
|
||||
sha256sums=('aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
ar -x $srcdir/${pkgname}_${pkgver}+nmu2_all.deb data.tar.gz
|
||||
tar -zxf $srcdir/data.tar.gz
|
||||
}
|
||||
|
||||
package() {
|
||||
cp -r $srcdir/usr/ $pkgdir
|
||||
}
|
||||
Reference in New Issue
Block a user