contrib/itstool/Pkgfile

19 lines
346 B
Plaintext
Raw Normal View History

2013-11-20 23:55:10 +11:00
# Description: XML to PO and back again.
# URL: http://itstool.org/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2013-11-20 23:55:10 +11:00
# Depends on: libxml2-python
name=itstool
2020-01-01 17:21:49 +11:00
version=2.0.6
2013-11-20 23:55:10 +11:00
release=1
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2)
build() {
cd $name-$version
2017-04-14 00:00:44 +10:00
./configure --prefix=/usr
2013-11-20 23:55:10 +11:00
make
make DESTDIR=$PKG install
}