wok-stable annotate ucl-dev/receipt @ rev 11450
zlib: enable LFS patch
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 17 10:53:09 2011 +0100 (2011-12-17) |
parents | |
children |
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 |