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

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
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 }