wok view cclfox/receipt @ rev 21803
created recipe for nnn 2.6
| author | Hans-Günter Theisgen | 
|---|---|
| date | Sat Aug 10 20:59:16 2019 +0100 (2019-08-10) | 
| parents | 7896f0694ef6 | 
| children | 370da83187ab | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="cclfox"
     4 VERSION="0.7.0"
     5 CATEGORY="development"
     6 SHORT_DESC="server gui for libccls"
     7 MAINTAINER="allan316@gmail.com"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10 WEB_SITE="http://ccl.sourceforge.net"
    11 WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/$VERSION/$TARBALL"
    13 DEPENDS="libccls fox14 glib"
    14 BUILD_DEPENDS="libccls-dev fox14-dev"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	./configure \
    20 		--prefix=/usr \
    21 		--infodir=/usr/share/info \
    22 		--mandir=/usr/share/man \
    23 		$CONFIGURE_ARGS &&
    24 	make && make DESTDIR=$DESTDIR install
    25 }
    27 # Rules to gen a SliTaz package suitable for Tazpkg.
    28 genpkg_rules()
    29 {
    30 	mkdir -p $fs/usr
    31 	cp -a $install/usr/bin $fs/usr
    32 }