diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:57:20 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:57:20 +0100 |
commit | 40c8dbcb52bced5375d8578781c2e4a905bc1cf7 (patch) | |
tree | 1be32d5e3f1bea53801475a09187c5b602c19bc6 /xorg/xorg-font-alias/Pkgfile | |
parent | 2e649142f43ac331ed1e9424461da9aebc871826 (diff) | |
download | nutyx-pakxe-40c8dbcb52bced5375d8578781c2e4a905bc1cf7.tar.gz nutyx-pakxe-40c8dbcb52bced5375d8578781c2e4a905bc1cf7.tar.bz2 nutyx-pakxe-40c8dbcb52bced5375d8578781c2e4a905bc1cf7.tar.xz nutyx-pakxe-40c8dbcb52bced5375d8578781c2e4a905bc1cf7.zip |
xorg-font-alias, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-alias/Pkgfile')
-rw-r--r-- | xorg/xorg-font-alias/Pkgfile | 12 |
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 } |