wok-next view xpenguins_themes/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 80af4cc457ac
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xpenguins_themes"
4 VERSION="1.0"
5 CATEGORY="misc"
6 SHORT_DESC="Additional themes for XPenguins"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="unclear"
9 WEB_SITE="http://xpenguins.seul.org"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/xpenguins/themes/
16 cp -r $src/* $install/usr/share/xpenguins/themes/
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="xpenguins"
22 }