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

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
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=$install install
17 }
19 genpkg_rules() {
20 copy @std
21 }