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

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents d635206a5649
children
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 DEPENDS="openbox"
17 compile_rules() {
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 }