wok annotate elementaryicons/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents ac8b7d6576b1
children 1bd2c6414e5a
rev   line source
al@18028 1 # SliTaz package receipt.
al@18028 2
al@18028 3 PACKAGE="elementaryicons"
al@18028 4 VERSION="3.1"
al@19126 5 CATEGORY="customization"
al@18028 6 SHORT_DESC="Smooth modern theme designed to be intuitive"
al@18028 7 MAINTAINER="al.bobylev@gmail.com"
al@18028 8 LICENSE="GPL3"
al@18028 9 WEB_SITE="https://launchpad.net/elementaryicons"
al@18028 10 TARBALL="$PACKAGE$VERSION.tar.gz"
al@18028 11 WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL"
al@18028 12
al@18028 13 DEPENDS=""
al@18028 14 BUILD_DEPENDS="wget cacerts"
al@18028 15
al@18028 16 # Rules to configure and make the package.
al@18028 17 compile_rules()
al@18028 18 {
al@18028 19 mkdir -p $install/usr/share/icons/elementary
al@18028 20 cp -a $src/* $install/usr/share/icons/elementary
al@18028 21 }
al@18028 22
al@18028 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18028 24 genpkg_rules()
al@18028 25 {
al@18028 26 cp -a $install/* $fs
al@18028 27 }