added xorg-xlsfonts

This commit is contained in:
Tilman Sauerbeck 2006-04-29 23:44:43 +02:00
parent b412ba5e37
commit 8c46fe29f9
3 changed files with 25 additions and 0 deletions

6
xorg-xlsfonts/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xlsfonts
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xlsfonts.1x.gz

1
xorg-xlsfonts/.md5sum Normal file
View File

@ -0,0 +1 @@
ca9c6c88d0b83360b7b5092615fbf591 xlsfonts-1.0.1.tar.bz2

18
xorg-xlsfonts/Pkgfile Normal file
View File

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