wok diff cgdb/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 94aa6ab5462c
children 2ddc57b297a5
line diff
     1.1 --- a/cgdb/receipt	Mon May 23 19:01:25 2011 +0200
     1.2 +++ b/cgdb/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Curses interface for GDB"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://cgdb.sourceforge.net/"
    1.10  WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL"
    1.11 @@ -27,6 +28,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18