wok-current view slang-dev/receipt @ rev 9246
Add python-httplib2 and python-pil to openshot depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 12 18:12:54 2011 +0000 (2011-03-12) |
parents | 1f2f59c79286 |
children | 619b5a7a7712 |
line source
1 # SliTaz package receipt.
3 PACKAGE="slang-dev"
4 VERSION="2.2.3"
5 CATEGORY="development"
6 SHORT_DESC="S-Lang library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="slang"
9 WANTED="slang"
10 WEB_SITE="http://www.s-lang.org/index.html"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 }