wok rev 14627

Add xorg-libXxf86dga xorg-libXres xorg-libFS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 01 18:55:13 2013 +0200 (2013-06-01)
parents a6452de6a141
children 5a5c66b1844c
files xorg-libFS-dev/receipt xorg-libFS/receipt xorg-libXres-dev/receipt xorg-libXres/receipt xorg-libXxf86dga-dev/receipt xorg-libXxf86dga/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-libFS-dev/receipt	Sat Jun 01 18:55:13 2013 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-libFS-dev"
     1.7 +VERSION="1.0.5"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xorg module devel files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.x.org/"
    1.12 +WANTED="xorg-libFS"
    1.13 +
    1.14 +DEPENDS="xorg-libFS xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-libFS/receipt	Sat Jun 01 18:55:13 2013 +0200
     2.3 @@ -0,0 +1,33 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-libFS"
     2.7 +VERSION="1.0.5"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Xorg server module."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="libFS"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://www.x.org/"
    2.14 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.15 +
    2.16 +DEPENDS=""
    2.17 +BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	cd $src
    2.23 +	./configure \
    2.24 +		--sysconfdir=/etc \
    2.25 +		--mandir=/usr/share/man \
    2.26 +		--localstatedir=/var \
    2.27 +		$CONFIGURE_ARGS &&
    2.28 +	make && make install
    2.29 +}
    2.30 +
    2.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.32 +genpkg_rules()
    2.33 +{
    2.34 +	mkdir -p $fs/usr/lib
    2.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.36 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-libXres-dev/receipt	Sat Jun 01 18:55:13 2013 +0200
     3.3 @@ -0,0 +1,21 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-libXres-dev"
     3.7 +VERSION="1.0.7"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Xorg module devel files."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +WEB_SITE="http://www.x.org/"
    3.12 +WANTED="xorg-libXres"
    3.13 +
    3.14 +DEPENDS="xorg-libXres xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
    3.15 +xorg-resourceproto"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib
    3.21 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    3.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.23 +	cp -a $install/usr/include $fs/usr
    3.24 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-libXres/receipt	Sat Jun 01 18:55:13 2013 +0200
     4.3 @@ -0,0 +1,34 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-libXres"
     4.7 +VERSION="1.0.7"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Xorg server module."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +SOURCE="libXres"
    4.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://www.x.org/"
    4.14 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.15 +
    4.16 +DEPENDS="xorg-libX11 xorg-libXext"
    4.17 +BUILD_DEPENDS="pkg-config xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
    4.18 +xorg-resourceproto"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	cd $src
    4.24 +	./configure \
    4.25 +		--sysconfdir=/etc \
    4.26 +		--mandir=/usr/share/man \
    4.27 +		--localstatedir=/var \
    4.28 +		$CONFIGURE_ARGS &&
    4.29 +	make && make install
    4.30 +}
    4.31 +
    4.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.33 +genpkg_rules()
    4.34 +{
    4.35 +	mkdir -p $fs/usr/lib
    4.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.37 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/xorg-libXxf86dga-dev/receipt	Sat Jun 01 18:55:13 2013 +0200
     5.3 @@ -0,0 +1,21 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="xorg-libXxf86dga-dev"
     5.7 +VERSION="1.1.4"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="Xorg module devel files."
    5.10 +MAINTAINER="pascal.bellard@slitaz.org"
    5.11 +WEB_SITE="http://www.x.org/"
    5.12 +WANTED="xorg-libXxf86dga"
    5.13 +
    5.14 +DEPENDS="xorg-libXxf86dga xorg-util-macros xorg-xproto \
    5.15 +xorg-libX11-dev xorg-libXext-dev xorg-xf86dgaproto"
    5.16 +
    5.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.18 +genpkg_rules()
    5.19 +{
    5.20 +	mkdir -p $fs/usr/lib
    5.21 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    5.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    5.23 +	cp -a $install/usr/include $fs/usr
    5.24 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/xorg-libXxf86dga/receipt	Sat Jun 01 18:55:13 2013 +0200
     6.3 @@ -0,0 +1,35 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="xorg-libXxf86dga"
     6.7 +VERSION="1.1.4"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="Xorg server module."
    6.10 +MAINTAINER="pascal.bellard@slitaz.org"
    6.11 +SOURCE="libXxf86dga"
    6.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    6.13 +WEB_SITE="http://www.x.org/"
    6.14 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    6.15 +
    6.16 +DEPENDS=""
    6.17 +BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto \
    6.18 +xorg-libX11-dev xorg-libXext-dev \
    6.19 +xorg-xf86dgaproto"
    6.20 +
    6.21 +# Rules to configure and make the package.
    6.22 +compile_rules()
    6.23 +{
    6.24 +	cd $src
    6.25 +	./configure \
    6.26 +		--sysconfdir=/etc \
    6.27 +		--mandir=/usr/share/man \
    6.28 +		--localstatedir=/var \
    6.29 +		$CONFIGURE_ARGS &&
    6.30 +	make && make install
    6.31 +}
    6.32 +
    6.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.34 +genpkg_rules()
    6.35 +{
    6.36 +	mkdir -p $fs/usr/lib
    6.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    6.38 +}