wok view eeze-dev/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
parents d1a7ec60f7ed
children 905a4079900b
line source
1 # SliTaz package receipt.
3 PACKAGE="eeze-dev"
4 VERSION="1.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Eeze E17 devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="eeze"
9 WEB_SITE="http://www.enlightenment.org/"
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/include $fs/usr
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 }