added xorg-xfontsel

This commit is contained in:
Tilman Sauerbeck 2006-04-29 23:50:20 +02:00
parent 8c46fe29f9
commit 124b4bd5c5
3 changed files with 29 additions and 0 deletions

10
xorg-xfontsel/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfontsel
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xfontsel.1x.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/XFontSel

1
xorg-xfontsel/.md5sum Normal file
View File

@ -0,0 +1 @@
f7b240af84fa8f68f5074b3f0ae479e5 xfontsel-1.0.1.tar.bz2

18
xorg-xfontsel/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: X font selector
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxaw
name=xorg-xfontsel
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.tar.bz2)
build() {
cd xfontsel-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}