diff options
Diffstat (limited to 'base/xorg-printproto/Pkgfile')
-rwxr-xr-x | base/xorg-printproto/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/xorg-printproto/Pkgfile b/base/xorg-printproto/Pkgfile new file mode 100755 index 000000000..7ddb229ff --- /dev/null +++ b/base/xorg-printproto/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} |