summaryrefslogtreecommitdiffstats
path: root/xorg-font-bitstream-vera/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-font-bitstream-vera/Pkgfile.old
downloadxorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-font-bitstream-vera/Pkgfile.old')
-rw-r--r--xorg-font-bitstream-vera/Pkgfile.old15
1 files changed, 15 insertions, 0 deletions
diff --git a/xorg-font-bitstream-vera/Pkgfile.old b/xorg-font-bitstream-vera/Pkgfile.old
new file mode 100644
index 0000000..575166d
--- /dev/null
+++ b/xorg-font-bitstream-vera/Pkgfile.old
@@ -0,0 +1,15 @@
+# Description: xorg font bitstream vera
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-font-bitstream-vera
+version=1.10
+release=3
+source=(http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-$version.tar.bz2)
+
+build() {
+ cd ttf-bitstream-vera-$version
+
+ install -d $PKG/usr/share/fonts/X11/TTF
+ install -m 644 *ttf $PKG/usr/share/fonts/X11/TTF
+}