wok diff patch/receipt @ rev 15488
Up: firefox-dev (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:28:53 2013 +0100 (2013-11-17) |
parents | f45a3556e90c |
children | 7d5c0cb4336a |
line diff
1.1 --- a/patch/receipt Thu Oct 11 23:24:50 2012 +0000 1.2 +++ b/patch/receipt Sun Nov 17 16:28:53 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Utilitie to patch file with diff file." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WEB_SITE="http://www.gnu.org/software/patch/" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -31,7 +32,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/bin 1.15 - cp -a $_pkg/usr/bin/patch $fs/usr/bin 1.16 + cp -a $install/usr/bin/patch $fs/usr/bin 1.17 } 1.18 1.19 # Prevent erasing busybox...