wok-next view ucl-dev/receipt @ rev 11310
Up: perl-libwww to 6.03. Perl-libwww is the same as perl-lwp-useragent so i remove perl-lwp-useragent.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 13 12:50:40 2011 +0000 (2011-11-13) |
parents | |
children | 2a21689b0af7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ucl-dev"
4 VERSION="1.03"
5 CATEGORY="development"
6 SHORT_DESC="ucl development files"
7 MAINTAINER="devl547@gmail.com"
8 DEPENDS="ucl"
9 WANTED="ucl"
10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/"
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 }