wok annotate tazpkg-desc-ru/receipt @ rev 21191

consonance: patch for libcdio-paranoia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 03 18:28:33 2019 +0200 (2019-04-03)
parents 23e20acde6ee
children
rev   line source
al@17463 1 # SliTaz package receipt.
al@17463 2
al@17463 3 PACKAGE="tazpkg-desc-ru"
al@19241 4 VERSION="160628"
al@17463 5 CATEGORY="misc"
al@17463 6 SHORT_DESC="Russian descriptions for SliTaz packages"
al@17463 7 MAINTAINER="al.bobylev@gmail.com"
al@17463 8 LICENSE="GPL3"
al@17463 9 WEB_SITE="http://www.slitaz.org/"
al@17463 10
al@17463 11 DEPENDS="tazpkg"
al@17463 12
al@17463 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17463 14 genpkg_rules()
al@17463 15 {
al@17463 16 mkdir -p $fs/var/lib/tazpkg
al@17463 17 install -m644 $stuff/* $fs/var/lib/tazpkg
al@17463 18 }