wok-next annotate openbox-themes-debian/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children d635206a5649
rev   line source
al@19790 1 # SliTaz package receipt v2.
al@19790 2
al@19790 3 PACKAGE="openbox-themes-debian"
al@19790 4 VERSION="40b8915"
al@19790 5 CATEGORY="customization"
al@19790 6 SHORT_DESC="Openbox themes from Debian"
al@19790 7 MAINTAINER="al.bobylev@gmail.com"
al@19790 8 LICENSE="GPL2"
al@19790 9 WEB_SITE="https://github.com/mati75/openbox-debian"
al@19790 10
al@19790 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19790 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@19790 13
al@21020 14 compile_rules() {
al@19790 15 mkdir -p $install/usr/share
al@19790 16 cp -a debian/themes $install/usr/share
al@19790 17
al@19790 18 # just in case
al@19790 19 find $install -type d -exec chmod 755 '{}' \;
al@19790 20 find $install -type f -exec chmod 644 '{}' \;
al@19790 21 chown -R root:root $install
al@19790 22 }
al@19790 23
al@21020 24 genpkg_rules() {
al@19790 25 copy @std
al@19790 26 DEPENDS="openbox"
al@19790 27 }