diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:15:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:15:52 +0100 |
commit | 2fbedc8d990be252687e2395927008d1fa179af0 (patch) | |
tree | 1d5030e6bb9417df3965615fbb33a62b1d603602 /xorg | |
parent | d8b1cb57aedd683627ce290455533384a52b65e8 (diff) | |
download | nutyx-extra-2fbedc8d990be252687e2395927008d1fa179af0.tar.gz nutyx-extra-2fbedc8d990be252687e2395927008d1fa179af0.tar.bz2 nutyx-extra-2fbedc8d990be252687e2395927008d1fa179af0.tar.xz nutyx-extra-2fbedc8d990be252687e2395927008d1fa179af0.zip |
maj xorg-libxpm#3.5.8-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-libxpm/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-libxpm/Pkgfile | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-libxpm/.footprint b/xorg/xorg-libxpm/.footprint index 9b9f565d5..8d747abec 100644 --- a/xorg/xorg-libxpm/.footprint +++ b/xorg/xorg-libxpm/.footprint @@ -13,7 +13,8 @@ lrwxrwxrwx root/root usr/lib/libXpm.so.4 -> libXpm.so.4.11.0 -rwxr-xr-x root/root usr/lib/libXpm.so.4.11.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xpm.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cxpm.1 --rw-r--r-- root/root usr/man/man1/sxpm.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cxpm.1.gz +-rw-r--r-- root/root usr/share/man/man1/sxpm.1.gz diff --git a/xorg/xorg-libxpm/Pkgfile b/xorg/xorg-libxpm/Pkgfile index d51ff80e3..eb8bb713b 100644 --- a/xorg/xorg-libxpm/Pkgfile +++ b/xorg/xorg-libxpm/Pkgfile @@ -1,6 +1,7 @@ # Description: xorg lib libXpm # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-xproto, xorg-libx11, xorg-libxt, xorg-xextproto, xorg-libxext name=xorg-libxpm @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar. build() { cd libXpm-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |