wok-next view ucl-dev/receipt @ rev 14490
Up: ophcrack (3.5.0)
author | Cedric Tissieres <slitaz@objectif-securite.ch> |
---|---|
date | Fri May 03 14:38:26 2013 +0200 (2013-05-03) |
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 }