wok view ucl-dev/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents b80e7d1d930e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ucl-dev"
4 VERSION="1.03"
5 CATEGORY="development"
6 SHORT_DESC="ucl development files"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WANTED="ucl"
10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/"
12 DEPENDS="ucl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }