wok-next annotate ccache/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents eb8067417980
children d3730d754d47
rev   line source
al@20946 1 # SliTaz package receipt v2.
erjo@4824 2
erjo@4824 3 PACKAGE="ccache"
al@20946 4 VERSION="3.4.2"
erjo@4824 5 CATEGORY="development"
erjo@4824 6 SHORT_DESC="Compiler cache"
erjo@4824 7 MAINTAINER="erjo@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 }