wok annotate ucl-dev/receipt @ rev 11792
Up: squid, squid-auth-helpers (3.1.19)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Feb 25 01:00:12 2012 +0100 (2012-02-25) |
parents | |
children | 2a21689b0af7 |
rev | line source |
---|---|
devl547@11250 | 1 # SliTaz package receipt. |
devl547@11250 | 2 |
devl547@11250 | 3 PACKAGE="ucl-dev" |
devl547@11250 | 4 VERSION="1.03" |
devl547@11250 | 5 CATEGORY="development" |
devl547@11250 | 6 SHORT_DESC="ucl development files" |
devl547@11250 | 7 MAINTAINER="devl547@gmail.com" |
devl547@11250 | 8 DEPENDS="ucl" |
devl547@11250 | 9 WANTED="ucl" |
devl547@11250 | 10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/" |
devl547@11250 | 11 |
devl547@11250 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@11250 | 13 genpkg_rules() |
devl547@11250 | 14 { |
devl547@11250 | 15 mkdir -p $fs/usr/lib |
devl547@11250 | 16 cp -a $_pkg/usr/include $fs/usr |
devl547@11250 | 17 } |
devl547@11250 | 18 |