wok-current diff isomaster/receipt @ rev 15471
memtest/bootloader.S: fix dos exit (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 14:28:26 2013 +0000 (2013-11-08) |
parents | dad10fa06251 |
children | b30ed17e47a2 |
line diff
1.1 --- a/isomaster/receipt Fri Apr 20 16:51:07 2012 +0200 1.2 +++ b/isomaster/receipt Fri Nov 08 14:28:26 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Graphical CD image (ISO) editor." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ libxml2 xorg-libXdamage" 1.8 -BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev intltool" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://littlesvr.ca/isomaster/" 1.12 WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL" 1.13 TAGS="iso editor" 1.14 1.15 +DEPENDS="gtk+ libxml2 xorg-libXdamage" 1.16 +BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev intltool" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {