wok-next annotate ccache/receipt @ rev 21608

updated dvtm (0.9 -> 0.15)
author Hans-G?nter Theisgen
date Thu Jun 25 09:49:25 2020 +0100 (2020-06-25)
parents d5aab818505e
children
rev   line source
al@20946 1 # SliTaz package receipt v2.
erjo@4824 2
erjo@4824 3 PACKAGE="ccache"
Hans-G?nter@21542 4 VERSION="3.7.9"
erjo@4824 5 CATEGORY="development"
Hans-G?nter@21542 6 TAGS="compiler"
erjo@4824 7 SHORT_DESC="Compiler cache"
Hans-G?nter@21542 8 MAINTAINER="maintainer@slitaz.org"
pascal@15579 9 LICENSE="GPL3"
al@20946 10 WEB_SITE="https://ccache.samba.org/"
erjo@4824 11
al@20946 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21542 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
al@20946 14
pascal@15579 15 BUILD_DEPENDS="zlib-dev"
pascal@15579 16
Hans-G?nter@21542 17 compile_rules()
Hans-G?nter@21542 18 {
al@20946 19 ./configure $CONFIGURE_ARGS &&
al@20946 20 make &&
al@20946 21 make install
erjo@4824 22 }
erjo@4824 23
Hans-G?nter@21542 24 genpkg_rules()
Hans-G?nter@21542 25 {
al@20946 26 copy @std
al@20946 27 DEPENDS="zlib"
al@20946 28 SUGGESTED="gcc"
erjo@4824 29 }