wok view smx-dev/receipt @ rev 16288
Up: youtube-dl (2014.04.04.7)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Apr 06 20:03:39 2014 +0000 (2014-04-06) |
parents | c8e8372d27d3 |
children | c49ffc024a6c |
line source
1 # SliTaz package receipt.
3 PACKAGE="smx-dev"
4 VERSION="1.1.4-454"
5 CATEGORY="development"
6 SHORT_DESC="text-embedded macro processing language, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.smxlang.org/"
10 WANTED="smx"
12 DEPENDS="smx"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }