wok-next view matchbox-themes-extra/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-themes-extra"
4 VERSION="0.3"
5 CATEGORY="customization"
6 SHORT_DESC="Matchbox extra themes"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://matchbox-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make DESTDIR=$DESTDIR install
17 }
19 genpkg_rules() {
20 copy @std
21 }