wok-next diff libisofs/receipt @ rev 19182

Add: ccd2iso - CloneCD image to ISO.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Jun 04 06:28:49 2016 -0300 (2016-06-04)
parents fa6c0adfc0d3
children a0bea82010d7
line diff
     1.1 --- a/libisofs/receipt	Fri May 20 17:18:08 2011 +0000
     1.2 +++ b/libisofs/receipt	Sat Jun 04 06:28:49 2016 -0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="libburnia is a project for reading, mastering  and writing optical discs."
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://libburnia-project.org/"
    1.10  WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
    1.11 @@ -21,5 +22,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }