wok-next annotate gnome-icon-theme/receipt @ rev 20512
Tiny edits, patch ptlib
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 17 04:50:25 2018 +0200 (2018-03-17) |
parents | 40fab26c175d |
children | d43bf7aae921 |
rev | line source |
---|---|
pankso@38 | 1 # SliTaz package receipt. |
pankso@38 | 2 |
pankso@38 | 3 PACKAGE="gnome-icon-theme" |
al@16734 | 4 VERSION="3.12.0" |
al@19126 | 5 CATEGORY="customization" |
pankso@38 | 6 SHORT_DESC="Default GNOME icon theme." |
pankso@38 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15022 | 8 LICENSE="LGPL3" |
al@19617 | 9 WEB_SITE="http://www.gnome.org/" |
al@19617 | 10 |
pascal@13682 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@19617 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pankso@38 | 13 |
pascal@15022 | 14 BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+" |
pascal@15022 | 15 |
pankso@38 | 16 # Rules to configure and make the package. |
pankso@38 | 17 compile_rules() |
pankso@38 | 18 { |
pankso@38 | 19 ./configure --prefix=/usr |
pankso@38 | 20 make |
pascal@13682 | 21 make DESTDIR=$DESTDIR install |
pankso@38 | 22 } |
pankso@38 | 23 |
pankso@38 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@38 | 25 genpkg_rules() |
pankso@38 | 26 { |
pankso@38 | 27 mkdir -p $fs/usr/share $fs/usr/lib |
pascal@13682 | 28 cp -a $install/usr/share/icons $fs/usr/share |
pankso@38 | 29 # pkgconfig in /usr/lib |
pascal@13682 | 30 cp -a $install/usr/share/pkgconfig $fs/usr/lib |
pankso@38 | 31 } |