wok diff cclfox/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 39011a13b555
children d3eb5f4b53ea
line diff
     1.1 --- a/cclfox/receipt	Sun Feb 28 13:03:20 2010 +0100
     1.2 +++ b/cclfox/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="server gui for libccls"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="libccls fox14 glib"
     1.8 -BUILD_DEPENDS="libccls-dev fox14-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://ccl.sourceforge.net"
    1.12  WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/0.7.0/$TARBALL"
    1.13  
    1.14 +DEPENDS="libccls fox14 glib"
    1.15 +BUILD_DEPENDS="libccls-dev fox14-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -20,13 +22,13 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34  }
    1.35