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

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 17:21:19 2018 +0300 (2018-04-13)
parents f463de72afe3
children 89ae9cf3b230
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@20573 18 ./configure $CONFIGURE_ARGS &&
al@20573 19 fix libtool &&
al@20573 20 make &&
al@20573 21 make install
al@19691 22 }
al@19691 23
al@20573 24 genpkg_rules() {
al@20573 25 copy @std
al@20573 26 DEPENDS="gtk+"
al@19691 27 }