wok-next diff openbox-themes-debian/receipt @ rev 20180

opencc: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 12:28:56 2017 +0100 (2017-11-02)
parents
children c4e53a39395a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openbox-themes-debian/receipt	Thu Nov 02 12:28:56 2017 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="openbox-themes-debian"
     1.7 +VERSION="40b8915"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="Openbox themes from Debian"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://github.com/mati75/openbox-debian"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	mkdir -p $install/usr/share
    1.22 +	cp -a debian/themes $install/usr/share
    1.23 +
    1.24 +	# just in case
    1.25 +	find $install -type d -exec chmod 755 '{}' \;
    1.26 +	find $install -type f -exec chmod 644 '{}' \;
    1.27 +	chown -R root:root $install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	copy @std
    1.34 +	DEPENDS="openbox"
    1.35 +}