wok view libsgutils2/receipt @ rev 13666

ccid: add --enable-twinserial
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 24 11:28:27 2012 +0100 (2012-11-24)
parents
children 5286a067ac76
line source
1 # SliTaz package receipt.
3 PACKAGE="libsgutils2"
4 VERSION="1.29"
5 CATEGORY="system-tools"
6 SHORT_DESC="The sg_utils library."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://sg.danny.cz/sg/"
9 WANTED="sg3_utils"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.so* $fs/usr/lib
16 }