wok-next annotate ccache/receipt @ rev 21397

opentyrian: add "glib" to bdeps for /usr/bin/glib-compile-schemas
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 17:26:44 2020 +0300 (2020-04-18)
parents d3730d754d47
children a7b70958ac91
rev   line source
al@20946 1 # SliTaz package receipt v2.
erjo@4824 2
erjo@4824 3 PACKAGE="ccache"
al@20964 4 VERSION="3.4.3"
erjo@4824 5 CATEGORY="development"
erjo@4824 6 SHORT_DESC="Compiler cache"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@20946 9 WEB_SITE="https://ccache.samba.org/"
erjo@4824 10
al@20946 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20946 12 WGET_URL="https://www.samba.org/ftp/ccache/$TARBALL"
al@20946 13
pascal@15579 14 BUILD_DEPENDS="zlib-dev"
pascal@15579 15
al@20946 16 compile_rules() {
al@20946 17 ./configure $CONFIGURE_ARGS &&
al@20946 18 make &&
al@20946 19 make install
erjo@4824 20 }
erjo@4824 21
al@20946 22 genpkg_rules() {
al@20946 23 copy @std
al@20946 24 DEPENDS="zlib"
al@20946 25 SUGGESTED="gcc"
al@20946 26 TAGS="compiler"
erjo@4824 27 }