eth0s/ports/intltool/Pkgfile

20 lines
452 B
Text
Raw Normal View History

# Description: An internationalization tool used for extracting translatable strings from source files
# URL:
# Maintainer:
# Depends on:
name=intltool
version=0.51.0
release=1
source=(http://launchpad.net/intltool/trunk/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's:\\\${:\\\$\\{:' intltool-update.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}