intltool: updated to 0.51.0 and fixed mandir location
This commit is contained in:
parent
46191f913d
commit
2e0d6a9961
@ -5,15 +5,15 @@ drwxr-xr-x root/root usr/bin/
|
||||
-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
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/intltool-extract.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/intltool-merge.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/intltool-prepare.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/intltool-update.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/intltoolize.8.gz
|
||||
|
@ -1 +1 @@
|
||||
23fbd879118253cb99aeac067da5f591 intltool-0.50.2.tar.gz
|
||||
12e517cac2b57a0121cda351570f1e63 intltool-0.51.0.tar.gz
|
||||
|
@ -4,16 +4,16 @@
|
||||
# Depends on: p5-xml-parser
|
||||
|
||||
name=intltool
|
||||
version=0.50.2
|
||||
version=0.51.0
|
||||
release=1
|
||||
source=(http://edge.launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
|
||||
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user