wok view libetpan-dev/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents 9e8a661f0cfd
children 6c3718ca17b6
line source
1 # SliTaz package receipt."
3 PACKAGE="libetpan-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Mail librayry dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libetpan"
9 WANTED="libetpan"
10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/bin $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }