contrib/itstool/Pkgfile

22 lines
422 B
Plaintext
Raw Normal View History

2013-11-20 13:55:10 +01:00
# Description: XML to PO and back again.
# URL: http://itstool.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2013-11-20 13:55:10 +01:00
# Depends on: libxml2-python
name=itstool
version=2.0.1
release=1
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}