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

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents b938e6730252
children d5aab818505e
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $install/usr/share
18 cp -a debian/themes $install/usr/share
20 # just in case
21 find $install -type d -exec chmod 755 '{}' \;
22 find $install -type f -exec chmod 644 '{}' \;
23 chown -R root:root $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 DEPENDS="openbox"
31 }