wok-next annotate slitaz-icons-paper/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents
children d0308bf5ec4a
rev   line source
al@19480 1 # SliTaz package receipt.
al@19480 2
al@19480 3 PACKAGE="slitaz-icons-paper"
al@19480 4 VERSION="1.3.4"
al@19480 5 CATEGORY="customization"
al@19480 6 SHORT_DESC="SliTaz icon set based on the Paper icons"
al@19480 7 MAINTAINER="al.bobylev@gmail.com"
al@19480 8 LICENSE="CC-BY-SA-4"
al@19480 9 WEB_SITE="http://www.slitaz.org/"
al@19480 10
al@19480 11 WANTED="paper-icon-theme"
al@19480 12 BUILD_DEPENDS="make-slitaz-icons"
al@19480 13
al@19480 14 # Rules to compile and makethe package.
al@19480 15 compile_rules() {
al@19480 16 mksit.sh \
al@19480 17 -f $install/usr/share/icons/Paper \
al@19480 18 -t $fs/usr/share/icons/SliTaz-Paper \
al@19480 19 -opmax -nocolor
al@19480 20 }
al@19480 21
al@19480 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19480 23 genpkg_rules()
al@19480 24 {
al@19480 25 :
al@19480 26 }