20 lines
452 B
Text
20 lines
452 B
Text
![]() |
# 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
|
||
|
}
|