intltool: initial import
This commit is contained in:
parent
1b71b7c6bd
commit
cbf70cf854
19
intltool/.footprint
Normal file
19
intltool/.footprint
Normal file
@ -0,0 +1,19 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/intltool-extract
|
||||
-rwxr-xr-x root/root usr/bin/intltool-merge
|
||||
-rwxr-xr-x root/root usr/bin/intltool-prepare
|
||||
-rwxr-xr-x root/root usr/bin/intltool-update
|
||||
-rwxr-xr-x root/root usr/bin/intltoolize
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/intltool-extract.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/intltool-merge.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/intltool-prepare.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/intltool-update.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/intltoolize.8.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/intltool.m4
|
||||
drwxr-xr-x root/root usr/share/intltool/
|
||||
-rw-r--r-- root/root usr/share/intltool/Makefile.in.in
|
1
intltool/.md5sum
Normal file
1
intltool/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
585a134f8e0ab0f5cad31cc586d3fa6d intltool-0.40.4.tar.bz2
|
21
intltool/Pkgfile
Normal file
21
intltool/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Internationalization tool collection.
|
||||
# URL: http://freshmeat.net/projects/intltool/
|
||||
# Maintainer: Simone Rota, sip at crux dot nu
|
||||
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Depends on: p5-xml-parser
|
||||
|
||||
name=intltool
|
||||
version=0.40.4
|
||||
release=1
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.40/$name-$version.tar.bz2)
|
||||
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user