diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:28:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:28:50 +0100 |
commit | 28d95826d8942f47b04c450e2fd5af3004496812 (patch) | |
tree | 3f3004258f283402b37509822000428ee4e3b14b | |
parent | 6e855576cc80a540778ee5f37efddb74a082d267 (diff) | |
download | nutyx-pakxe-28d95826d8942f47b04c450e2fd5af3004496812.tar.gz nutyx-pakxe-28d95826d8942f47b04c450e2fd5af3004496812.tar.bz2 nutyx-pakxe-28d95826d8942f47b04c450e2fd5af3004496812.tar.xz nutyx-pakxe-28d95826d8942f47b04c450e2fd5af3004496812.zip |
maj xorg-rgb#1.0.3-1
-rw-r--r-- | xorg/xorg-rgb/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-rgb/Pkgfile | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/xorg/xorg-rgb/.footprint b/xorg/xorg-rgb/.footprint index e8702ca78..fc433b85d 100644 --- a/xorg/xorg-rgb/.footprint +++ b/xorg/xorg-rgb/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/showrgb -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/showrgb.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/X11/ -rw-r--r-- root/root usr/share/X11/rgb.txt +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/showrgb.1.gz diff --git a/xorg/xorg-rgb/Pkgfile b/xorg/xorg-rgb/Pkgfile index 65e333105..a577b13f3 100644 --- a/xorg/xorg-rgb/Pkgfile +++ b/xorg/xorg-rgb/Pkgfile @@ -1,6 +1,7 @@ # Description: X Window System RGB database # 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 name=xorg-rgb @@ -10,9 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/rgb-$version.tar.bz2 build() { cd rgb-$version - - ./configure --prefix=/usr --mandir=/usr/man - + ./configure --prefix=/usr make make DESTDIR=$PKG install } |