diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xfontsel | |
download | xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2 xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip |
Diffstat (limited to 'xorg-xfontsel')
-rw-r--r-- | xorg-xfontsel/.footprint | 10 | ||||
-rw-r--r-- | xorg-xfontsel/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xfontsel/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xfontsel/Pkgfile.old | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xfontsel/.footprint b/xorg-xfontsel/.footprint new file mode 100644 index 0000000..04943ea --- /dev/null +++ b/xorg-xfontsel/.footprint @@ -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.1.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 diff --git a/xorg-xfontsel/.md5sum b/xorg-xfontsel/.md5sum new file mode 100644 index 0000000..7a296f2 --- /dev/null +++ b/xorg-xfontsel/.md5sum @@ -0,0 +1 @@ +288fe4cf8a990e4e602aac16dd9109fb xfontsel-1.0.2.tar.bz2 diff --git a/xorg-xfontsel/Pkgfile b/xorg-xfontsel/Pkgfile new file mode 100644 index 0000000..df635d4 --- /dev/null +++ b/xorg-xfontsel/Pkgfile @@ -0,0 +1,17 @@ +description="X font selector" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libxaw) + +name=xorg-xfontsel +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-1.0.2.tar.bz2) +build () +{ + cd xfontsel-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xfontsel/Pkgfile.old b/xorg-xfontsel/Pkgfile.old new file mode 100644 index 0000000..1b605ce --- /dev/null +++ b/xorg-xfontsel/Pkgfile.old @@ -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.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.tar.bz2) + +build() { + cd xfontsel-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |