wok view smake/receipt @ rev 15605

obfsproxy: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 14:33:33 2013 +0000 (2013-12-06)
parents
children a8e75e9bae6c
line source
1 # SliTaz package receipt.
3 PACKAGE="smake"
4 VERSION="1.2a49"
5 CATEGORY="development"
6 SHORT_DESC="Generate executables and other files from source."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1 CDDL"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.berlios.de/"
11 WGET_URL="ftp://ftp.berlios.de/pub/smake/alpha/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make INS_BASE=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }