wok diff gob2/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents e696c8aec48e
children 75362eca62d8
line diff
     1.1 --- a/gob2/receipt	Sat Apr 28 22:29:08 2012 +0200
     1.2 +++ b/gob2/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -4,14 +4,16 @@
     1.4  VERSION="2.0.17"
     1.5  CATEGORY="x-window"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
     1.9 -DEPENDS="glib"
    1.10 -BUILD_DEPENDS="flex glib-dev"
    1.11  WEB_SITE="http://www.5z.com/jirka/gob.html"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
    1.14  TAGS=""
    1.15  
    1.16 +DEPENDS="glib"
    1.17 +BUILD_DEPENDS="flex glib-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  
    1.21  compile_rules() {
    1.22 @@ -23,5 +25,5 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr	
    1.27 +	cp -a $install/usr/bin $fs/usr	
    1.28  }