xorg-gccmakedep: updated to 1.0.3

This commit is contained in:
Fredrik Rinnestam 2014-05-21 22:13:47 +02:00
parent 07be7c6831
commit 3c4492da29
3 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gccmakedep -rwxr-xr-x root/root usr/bin/gccmakedep
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gccmakedep.1x.gz -rw-r--r-- root/root usr/man/man1/gccmakedep.1.gz

View File

@ -1 +1 @@
b533c0771dbbaf9b041ff35bb941d3a2 gccmakedep-1.0.2.tar.bz2 683847bee13c78a005705824a7c6f225 gccmakedep-1.0.3.tar.bz2

View File

@ -3,14 +3,14 @@
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-gccmakedep name=xorg-gccmakedep
version=1.0.2 version=1.0.3
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/util/gccmakedep-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/util/gccmakedep-$version.tar.bz2)
build() { build() {
cd gccmakedep-$version cd gccmakedep-$version
./configure --prefix=/usr ./configure --prefix=/usr --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install