wok annotate xorg-xbitmaps/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents c514cc4854d8
children cf41f989b6d2
rev   line source
pankso@344 1 # SliTaz package receipt.
pankso@344 2
pankso@344 3 PACKAGE="xorg-xbitmaps"
slaxemulator@7764 4 VERSION="1.1.1"
pankso@344 5 CATEGORY="development"
pankso@344 6 SHORT_DESC="Devel files for X (bitmaps)."
pankso@344 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
pankso@344 9 SOURCE="xbitmaps"
pankso@344 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@344 11 WEB_SITE="http://www.x.org/"
pankso@344 12 WGET_URL="$XORG_MIRROR/data/$TARBALL"
pankso@344 13
pascal@15579 14 DEPENDS="xorg-util-macros"
pascal@15579 15 BUILD_DEPENDS="xorg-util-macros"
pascal@15579 16
pankso@344 17 # Rules to configure and make the package.
pankso@344 18 compile_rules()
pankso@344 19 {
pankso@344 20 cd $src
pankso@344 21 ./configure \
pankso@344 22 --prefix=/usr \
pankso@344 23 --mandir=/usr/share/man \
pankso@344 24 $CONFIGURE_ARGS
pankso@344 25 make
pascal@15579 26 make DESTDIR=$DESTDIR install
pankso@344 27 }
pankso@344 28
pankso@344 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@344 30 genpkg_rules()
pankso@344 31 {
pascal@15579 32 cp -a $install/* $fs
pankso@344 33 }