wok-undigest rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents 675d16432054
children 5ccc69eb9042
files libxext/.icon.png libxext/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxext/.icon.png	Fri Nov 15 17:38:29 2019 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +../xorg/.icon.png
     1.5 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libxext/receipt	Fri Nov 15 17:38:29 2019 +0100
     2.3 @@ -0,0 +1,34 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="libxext"
     2.7 +VERSION="1.3.3"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Common X Extensions library"
    2.10 +MAINTAINER="devel@slitaz.org"
    2.11 +LICENSE="MIT"
    2.12 +WEB_SITE="https://www.x.org/wiki/"
    2.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
    2.14 +
    2.15 +TARBALL="libXext-$VERSION.tar.bz2"
    2.16 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.17 +TARBALL_SHA1="43abab84101159563e68d9923353cc0b3af44f07"
    2.18 +
    2.19 +BUILD_DEPENDS="libx11-dev xorgproto"
    2.20 +SPLIT="$PACKAGE-dev"
    2.21 +
    2.22 +DEPENDS_std="libx11"
    2.23 +DEPENDS_dev="$PACKAGE libx11-dev xorgproto"
    2.24 +
    2.25 +compile_rules() {
    2.26 +	./configure \
    2.27 +		--disable-static \
    2.28 +		$CONFIGURE_ARGS &&
    2.29 +	fix libtool &&
    2.30 +	make &&
    2.31 +	make install
    2.32 +}
    2.33 +
    2.34 +TAGS="Xorg"
    2.35 +
    2.36 +PROVIDE_std="xorg-libXext"
    2.37 +PROVIDE_dev="xorg-libXext-dev"