wok annotate matchbox-themes-extra/receipt @ rev 20742

updated bchunk (1.2.0 -> 1.2.2)
author Hans-G?nter Theisgen
date Sun Feb 10 09:37:43 2019 +0100 (2019-02-10)
parents 887b3b11683d
children 241fb98cab1c
rev   line source
pankso@10838 1 # SliTaz package receipt.
pankso@10838 2
pankso@10838 3 PACKAGE="matchbox-themes-extra"
pankso@10838 4 VERSION="0.3"
al@19126 5 CATEGORY="customization"
pankso@10838 6 SHORT_DESC="Matchbox extra themes."
pankso@10838 7 MAINTAINER="pankso@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
pankso@10838 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@10838 10 WEB_SITE="http://matchbox-project.org/"
pascal@17869 11 WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
al@19114 12 HOST_ARCH="any"
pankso@10838 13
pankso@10838 14 # Rules to configure and make the package.
pankso@10838 15 compile_rules()
pankso@10838 16 {
pankso@10838 17 ./configure $CONFIGURE_ARGS &&
pankso@10838 18 make && make DESTDIR=$DESTDIR install
pankso@10838 19 }
pankso@10838 20
pankso@10838 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10838 22 genpkg_rules()
pankso@10838 23 {
pankso@10838 24 mkdir -p $fs/usr
pankso@10838 25 cp -a $install/usr/share $fs/usr
pankso@10838 26 }