wok view ndiswrapper-utils/receipt @ rev 16658
linphone: avcodec_init() is called automatically from avcodec_register() and avcodec_register_all(), there is no need to call it manually
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 05:56:16 2014 +0000 (2014-05-14) |
parents | 3765f181a6d5 |
children | 8144275286f2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.59"
5 CATEGORY="system-tools"
6 SHORT_DESC="ndiswrapper utilities."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 SOURCE="ndiswrapper"
10 WANTED="ndiswrapper-driver"
11 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
13 DEPENDS="ndiswrapper-driver perl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
19 mkdir -p $fs/usr/sbin $fs/sbin
21 # Install utilities
22 install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
23 install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
24 }