wok diff libburn/receipt @ rev 20289
elilo: force ia32 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 13:11:07 2018 +0200 (2018-04-10) |
parents | b7319995b37e |
children | 9ce16a41ce31 |
line diff
1.1 --- a/libburn/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/libburn/receipt Tue Apr 10 13:11:07 2018 +0200 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.pl00.tar.gz" 1.9 WEB_SITE="http://libburnia-project.org/" 1.10 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" 1.11 @@ -24,5 +25,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 }