wok-current view ucl-dev/receipt @ rev 11874
up startup-notification 0.12. up thunar 1.3.0. xcb-util symlinks.
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 15:21:59 2012 -0800 (2012-02-27) |
parents | |
children | 2a21689b0af7 |
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 DEPENDS="ucl"
9 WANTED="ucl"
10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }