cookutils view data/receipt @ rev 927
cook: mk_pkg_receipt(): escape quotes for receipt (fix package 'perl-bit-vector')
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Wed Jun 14 13:26:21 2017 +0300 (2017-06-14) | 
| parents | e403679496d9 | 
| children | 4e8c86306ce2 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE=""
     4 VERSION=""
     5 CATEGORY=""
     6 SHORT_DESC=""
     7 MAINTAINER=""
     8 LICENSE=""
     9 WEB_SITE=""
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WGET_URL="$TARBALL"
    13 DEPENDS=""
    14 BUILD_DEPENDS=""
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	./configure $CONFIGURE_ARGS && make && make install
    20 }
    22 # Rules to gen a SliTaz package suitable for Tazpkg.
    23 genpkg_rules()
    24 {
    25 	cp -a $install/* $fs
    26 }