wok diff xcb-util-cursor/receipt @ rev 24306
modified recipe for ctypes.sh
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 17 16:11:08 2022 +0100 (2022-01-17) |
parents | |
children | 17091bc7c301 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcb-util-cursor/receipt Mon Jan 17 16:11:08 2022 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcb-util-cursor" 1.7 +VERSION="0.1.3" 1.8 +CATEGORY="x-window" 1.9 +TAGS="Xorg" 1.10 +SHORT_DESC="XCB cursor library." 1.11 +MAINTAINER="maintainer@slitaz.org" 1.12 +LICENSE="MIT" 1.13 +WEB_SITE="https://xcb.freedesktop.org/" 1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-cursor.html" 1.15 + 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL" 1.18 +TARBALL_SHA1="26562eb6d4151307f7b6a53453d360ecfc0563ac" 1.19 + 1.20 +DEPENDS="libxcb xcb-util-image xcb-util-renderutil" 1.21 +BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-image-dev xcb-util-renderutil-dev" 1.22 + 1.23 +# Rules to configure and make the package. 1.24 +compile_rules() 1.25 +{ 1.26 + ./configure \ 1.27 + --disable-static \ 1.28 + $CONFIGURE_ARGS && 1.29 + make && 1.30 + make install 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + mkdir -p $fs/usr/lib 1.37 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.38 +}