wok annotate ucl-dev/receipt @ rev 22418
libxfce4util: build fails for 4.14, using last release 4.12: error: expected ')' before 'GObject'
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 15 08:33:18 2019 +0000 (2019-12-15) |
parents | b80e7d1d930e |
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" |
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 |