summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-alias/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-font-alias/Pkgfile')
-rw-r--r--xorg/xorg-font-alias/Pkgfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/xorg/xorg-font-alias/Pkgfile b/xorg/xorg-font-alias/Pkgfile
index c27fe7520..be733354a 100644
--- a/xorg/xorg-font-alias/Pkgfile
+++ b/xorg/xorg-font-alias/Pkgfile
@@ -1,18 +1,16 @@
-# Description: xorg font font-alias
+# Description: Polices Xorg font-alias
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
name=xorg-font-alias
-version=1.0.1
+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 --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}