summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xfontsel/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
commite1bfaa54c14d5bea1055e8d82eae357875349184 (patch)
tree4891a18657f28841f14e0cb7faeceda395ae9315 /xorg/xorg-xfontsel/Pkgfile
parent8bebc441f6f3323704a577ca79d4fc275ed458c3 (diff)
downloadnutyx-extra-e1bfaa54c14d5bea1055e8d82eae357875349184.tar.gz
nutyx-extra-e1bfaa54c14d5bea1055e8d82eae357875349184.tar.bz2
nutyx-extra-e1bfaa54c14d5bea1055e8d82eae357875349184.tar.xz
nutyx-extra-e1bfaa54c14d5bea1055e8d82eae357875349184.zip
xorg-xfontsel dans extra
Diffstat (limited to 'xorg/xorg-xfontsel/Pkgfile')
-rw-r--r--xorg/xorg-xfontsel/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xfontsel/Pkgfile b/xorg/xorg-xfontsel/Pkgfile
deleted file mode 100644
index 306a3f897..000000000
--- a/xorg/xorg-xfontsel/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: X font selector
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxaw
-# Run on: xorg-libxaw
-
-name=xorg-xfontsel
-version=1.0.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.tar.bz2)
-
-build() {
- cd xfontsel-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}