summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-alias/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 11:29:08 +0100
committersibel <lesibel@free.fr>2011-03-03 11:29:08 +0100
commit1ee160dbc91a907336ea5d348ac8c6610747ff1a (patch)
tree8176d5ebf3944412c2aea4733114fcbe4c7a5750 /xorg/xorg-font-alias/Pkgfile
parenta50897889b086508afe3ca2290f5ceec44a28e04 (diff)
downloadnutyx-extra-1ee160dbc91a907336ea5d348ac8c6610747ff1a.tar.gz
nutyx-extra-1ee160dbc91a907336ea5d348ac8c6610747ff1a.tar.bz2
nutyx-extra-1ee160dbc91a907336ea5d348ac8c6610747ff1a.tar.xz
nutyx-extra-1ee160dbc91a907336ea5d348ac8c6610747ff1a.zip
xorg-font-alias, déplacé dans base
Diffstat (limited to 'xorg/xorg-font-alias/Pkgfile')
-rw-r--r--xorg/xorg-font-alias/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/xorg/xorg-font-alias/Pkgfile b/xorg/xorg-font-alias/Pkgfile
deleted file mode 100644
index be733354a..000000000
--- a/xorg/xorg-font-alias/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Polices Xorg font-alias
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-font-alias
-version=1.0.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/font/font-alias-$version.tar.bz2)
-
-build() {
- cd font-alias-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}