wok-next view gen-init-cpio/receipt @ rev 20930
pyaudio -> python-pyaudio
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 23 07:07:52 2018 +0300 (2018-08-23) |
parents | d958fec46c9f |
children | d5aab818505e |
line source
1 # SliTaz package receipt.
3 PACKAGE="gen-init-cpio"
4 VERSION="2.6.32"
5 CATEGORY="base-system"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="Program to compress initramfs images"
9 WEB_SITE="https://www.kernel.org/"
10 REPOLOGY="-"
12 TARBALL=""
13 WGET_URL=""
14 TAGS=""
16 DEPENDS="glibc-base"
17 BUILD_DEPENDS=""
19 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $stuff
24 make && make DESTDIR=$DESTDIR install &&
25 rm gen_init_cpio *.o
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/sbin $fs
32 }