wok annotate xorg-printproto/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents a09e9d64e4c9
children 3af9c976b7d4
rev   line source
rcx@3505 1 # SliTaz package receipt.
rcx@3505 2
rcx@3505 3 PACKAGE="xorg-printproto"
slaxemulator@8417 4 VERSION="1.0.5"
rcx@3505 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Print extension headers"
rcx@3505 7 MAINTAINER="rcx@zoominternet.net"
al@14604 8 LICENSE="other"
al@14604 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="printproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 13
al@14604 14 DEPENDS="xorg-fontsproto xorg-libX11-dev xorg-libXau-dev"
slaxemulator@8421 15 BUILD_DEPENDS="xorg-util-macros"
rcx@3505 16
rcx@3505 17 # Rules to configure and make the package.
rcx@3505 18 compile_rules()
rcx@3505 19 {
rcx@3505 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
rcx@3505 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
rcx@3505 26 }
rcx@3505 27
rcx@3505 28 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3505 29 genpkg_rules()
rcx@3505 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/* $fs
al@14604 35 rm -rf $fs/usr/share/man
rcx@3505 36 }