added xorg-xlsfonts
This commit is contained in:
parent
b412ba5e37
commit
8c46fe29f9
6
xorg-xlsfonts/.footprint
Normal file
6
xorg-xlsfonts/.footprint
Normal 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
1
xorg-xlsfonts/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ca9c6c88d0b83360b7b5092615fbf591 xlsfonts-1.0.1.tar.bz2
|
18
xorg-xlsfonts/Pkgfile
Normal file
18
xorg-xlsfonts/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user