wok-next annotate ucl-dev/receipt @ rev 18494
Up atril: fix typo
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sun Oct 11 00:42:04 2015 -0400 (2015-10-11) |
parents | b80e7d1d930e |
children | 3a6b97ad0a64 |
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" |
pascal@15363 | 8 LICENSE="GPL2" |
devl547@11250 | 9 WANTED="ucl" |
devl547@11250 | 10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/" |
devl547@11250 | 11 |
pascal@15363 | 12 DEPENDS="ucl" |
pascal@15363 | 13 |
devl547@11250 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@11250 | 15 genpkg_rules() |
devl547@11250 | 16 { |
devl547@11250 | 17 mkdir -p $fs/usr/lib |
pascal@15363 | 18 cp -a $install/usr/include $fs/usr |
devl547@11250 | 19 } |
devl547@11250 | 20 |