wok-next view openbox-themes-debian/receipt @ rev 19995

qtwebkit: rm gstreamer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:57:38 2017 +0200 (2017-10-20)
parents
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="openbox-themes-debian"
4 VERSION="40b8915"
5 CATEGORY="customization"
6 SHORT_DESC="Openbox themes from Debian"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mati75/openbox-debian"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $install/usr/share
19 cp -a debian/themes $install/usr/share
21 # just in case
22 find $install -type d -exec chmod 755 '{}' \;
23 find $install -type f -exec chmod 644 '{}' \;
24 chown -R root:root $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 DEPENDS="openbox"
32 }