wok view tazdrop/receipt @ rev 10024

glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 18:19:46 2011 +0200 (2011-05-19)
parents 5a0effb86317
children dcadc4c60c5f
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="4.2"
5 CATEGORY="office"
6 SHORT_DESC="SliTaz desktop Drag N' Drop tool"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ yad"
9 WANTED="slitaz-tools"
10 WEB_SITE="http://www.slitaz.org/"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src/tazdrop
16 make DESTDIR=$WOK/$PACKAGE/install install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $WOK/$PACKAGE/install/* $fs
24 }