wok-6.x annotate ucl-dev/receipt @ rev 15174
libwebkit: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 16 09:39:42 2013 +0000 (2013-08-16) |
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 |