diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:19:52 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:19:52 +0100 |
commit | 6e586f6456478324f76c86700a3232329b738e25 (patch) | |
tree | 920127c94245d07246b1e6eec8066566d03025d3 /xorg/xorg-printproto/Pkgfile | |
parent | 63e4d94cdd1461fca245ff9225b65bd23755380d (diff) | |
download | nutyx-pakxe-6e586f6456478324f76c86700a3232329b738e25.tar.gz nutyx-pakxe-6e586f6456478324f76c86700a3232329b738e25.tar.bz2 nutyx-pakxe-6e586f6456478324f76c86700a3232329b738e25.tar.xz nutyx-pakxe-6e586f6456478324f76c86700a3232329b738e25.zip |
xorg-printproto, deplacé dans base
Diffstat (limited to 'xorg/xorg-printproto/Pkgfile')
-rwxr-xr-x | xorg/xorg-printproto/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/xorg-printproto/Pkgfile b/xorg/xorg-printproto/Pkgfile deleted file mode 100755 index 7ddb229ff..000000000 --- a/xorg/xorg-printproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: paquet d'entête pour Xorg -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-printproto -version=1.0.5 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/printproto-$version.tar.bz2) - -build() { - cd printproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -rf $PKG/$XORG_PREFIX/share -} |