summaryrefslogtreecommitdiffstats
path: root/xorg-libxfont/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
commite9ef802a013ac393a057134f1fdaad745aa38573 (patch)
tree456fbbdf9f1d214f1e1b02d744214ccfa128dcd8 /xorg-libxfont/Pkgfile
parent3adfb88f09f6b015bb071ba65190d69afde8db21 (diff)
downloadnutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.gz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.bz2
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.xz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.zip
xorg dans nutyx-pakxe , la base
Diffstat (limited to 'xorg-libxfont/Pkgfile')
-rw-r--r--xorg-libxfont/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-libxfont/Pkgfile b/xorg-libxfont/Pkgfile
deleted file mode 100644
index 96e87cff0..000000000
--- a/xorg-libxfont/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: xorg lib libXfont
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: freetype, xorg-xproto, xorg-xtrans, xorg-fontsproto, xorg-libfontenc
-# Run on: freetype,xorg-xtrans,xorg-libfontenc
-
-name=xorg-libxfont
-version=1.4.4
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.tar.bz2)
-
-build() {
- cd libXfont-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}