summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 455d203ba21293072148c83fc4af5f4c5eb9a79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributer: Toni Foerster <stonerl@skeps.de>, André Klitzing <aklitzing@online.de>
pkgname=intltool-debian
pkgver=0.35.0
pkgrel=5
pkgdesc="The internationalization tool collection with RFC822 support"
arch=('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)
md5sums=('505291f7124f988e5adb6c4fa0303bae')

build() {
	cd ${srcdir}
	tar -zxf data.tar.gz
}

package() {
	cd ${srcdir}
	cp -r usr ${pkgdir}
}