wok-undigest rev 365

Add xorg-bdftopcf, xorg-fonttosfnt, xorg-mkfontdir, xorg-mkfontscale
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 21 17:10:45 2011 +0200 (2011-07-21)
parents 71ab0246d052
children 8932387fe194
files xorg-bdftopcf/receipt xorg-fonttosfnt/receipt xorg-mkfontdir/receipt xorg-mkfontscale/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-bdftopcf/receipt	Thu Jul 21 17:10:45 2011 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-bdftopcf"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Font compiler for the X server and font server."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="bdftopcf"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://xorg.freedesktop.org/"
    1.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.15 +TAGS="utility xorg fonts"
    1.16 +
    1.17 +# Rules to configure and make the package.ls sr	
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--mandir=/usr/share/man \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr
    1.33 +	cp -a $_pkg/usr/bin $fs/usr
    1.34 +}
    1.35 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-fonttosfnt/receipt	Thu Jul 21 17:10:45 2011 +0200
     2.3 @@ -0,0 +1,32 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-fonttosfnt"
     2.7 +VERSION="1.0.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="fonttosfnt"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://xorg.freedesktop.org/"
    2.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    2.15 +TAGS="utility xorg fonts"
    2.16 +
    2.17 +# Rules to configure and make the package.ls sr	
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +	./configure \
    2.22 +		--prefix=/usr \
    2.23 +		--mandir=/usr/share/man \
    2.24 +		$CONFIGURE_ARGS &&
    2.25 +	make &&
    2.26 +	make DESTDIR=$DESTDIR install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	mkdir -p $fs/usr
    2.33 +	cp -a $_pkg/usr/bin $fs/usr
    2.34 +}
    2.35 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-mkfontdir/receipt	Thu Jul 21 17:10:45 2011 +0200
     3.3 @@ -0,0 +1,34 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-mkfontdir"
     3.7 +VERSION="1.0.6"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Create an index of X font files in a directory."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +SOURCE="mkfontdir"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    3.13 +WEB_SITE="http://xorg.freedesktop.org/"
    3.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    3.15 +TAGS="utility xorg fonts"
    3.16 +DEPENDS="xorg-mkfontscale"
    3.17 +
    3.18 +# Rules to configure and make the package.ls sr	
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	./configure \
    3.23 +		--prefix=/usr \
    3.24 +		--mandir=/usr/share/man \
    3.25 +		$CONFIGURE_ARGS &&
    3.26 +	make &&
    3.27 +	make DESTDIR=$DESTDIR install
    3.28 +}
    3.29 +
    3.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.31 +genpkg_rules()
    3.32 +{
    3.33 +	mkdir -p $fs/usr
    3.34 +	cp -a $_pkg/usr/bin $fs/usr
    3.35 +	chmod +x $fs/usr/bin/*
    3.36 +}
    3.37 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-mkfontscale/receipt	Thu Jul 21 17:10:45 2011 +0200
     4.3 @@ -0,0 +1,32 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-mkfontscale"
     4.7 +VERSION="1.0.9"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Create an index of scalable font files for X."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +SOURCE="mkfontscale"
    4.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://xorg.freedesktop.org/"
    4.14 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    4.15 +TAGS="utility xorg fonts"
    4.16 +
    4.17 +# Rules to configure and make the package.ls sr	
    4.18 +compile_rules()
    4.19 +{
    4.20 +	cd $src
    4.21 +	./configure \
    4.22 +		--prefix=/usr \
    4.23 +		--mandir=/usr/share/man \
    4.24 +		$CONFIGURE_ARGS &&
    4.25 +	make &&
    4.26 +	make DESTDIR=$DESTDIR install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr
    4.33 +	cp -a $_pkg/usr/bin $fs/usr
    4.34 +}
    4.35 +