wok-next annotate gnome-themes-standard/receipt @ rev 20891

cookutils: up (1085); syslinux: remove docs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 19 18:27:17 2018 +0300 (2018-07-19)
parents d3444352a0af
children c9a7a7b42a86
rev   line source
al@20573 1 # SliTaz package receipt v2.
al@19691 2
al@19691 3 PACKAGE="gnome-themes-standard"
al@20573 4 VERSION="3.22.3"
al@19691 5 CATEGORY="customization"
al@19691 6 SHORT_DESC="Various components of the default GNOME theme"
al@19691 7 MAINTAINER="al.bobylev@gmail.com"
al@19691 8 LICENSE="LGPL2.1"
al@19691 9 WEB_SITE="https://github.com/GNOME/gnome-themes-standard"
al@20573 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gnome-themes-standard.html"
al@19691 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
al@19691 14
al@19691 15 BUILD_DEPENDS="automake glib-dev intltool gtk+3-dev librsvg-dev gtk+-dev"
al@19691 16
al@20573 17 compile_rules() {
al@20629 18 aclocal
al@20573 19 ./configure $CONFIGURE_ARGS &&
al@20573 20 fix libtool &&
al@20573 21 make &&
al@20573 22 make install
al@19691 23 }
al@19691 24
al@20573 25 genpkg_rules() {
al@20573 26 copy @std
al@20573 27 DEPENDS="gtk+"
al@19691 28 }