summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-printproto/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:19:52 +0100
committersibel <lesibel@free.fr>2011-03-03 12:19:52 +0100
commit6e586f6456478324f76c86700a3232329b738e25 (patch)
tree920127c94245d07246b1e6eec8066566d03025d3 /xorg/xorg-printproto/Pkgfile
parent63e4d94cdd1461fca245ff9225b65bd23755380d (diff)
downloadnutyx-extra-6e586f6456478324f76c86700a3232329b738e25.tar.gz
nutyx-extra-6e586f6456478324f76c86700a3232329b738e25.tar.bz2
nutyx-extra-6e586f6456478324f76c86700a3232329b738e25.tar.xz
nutyx-extra-6e586f6456478324f76c86700a3232329b738e25.zip
xorg-printproto, deplacé dans base
Diffstat (limited to 'xorg/xorg-printproto/Pkgfile')
-rwxr-xr-xxorg/xorg-printproto/Pkgfile17
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
-}