wok-6.x diff feh/receipt @ rev 15852
truecrypt: patch LFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 21:15:58 2014 +0000 (2014-01-27) |
parents | ff4f18749cef |
children | f281cdc8af83 |
line diff
1.1 --- a/feh/receipt Wed May 25 02:57:36 2011 +0200 1.2 +++ b/feh/receipt Mon Jan 27 21:15:58 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Lightweight and powerful image viewer and composer" 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://derf.homelinux.org/~derf/projects/feh/" 1.10 WGET_URL="http://derf.homelinux.org/~derf/projects/$PACKAGE/$TARBALL" 1.11 @@ -31,7 +32,7 @@ 1.12 mkdir -p $fs/usr/share/feh/fonts 1.13 mkdir -p $fs/usr/share/feh/images 1.14 1.15 - cp -a $_pkg/usr/bin/feh $fs/usr/bin 1.16 - cp -a $_pkg/usr/share/feh/fonts $fs/usr/share/feh 1.17 - cp -a $_pkg/usr/share/feh/images $fs/usr/share/feh 1.18 + cp -a $install/usr/bin/feh $fs/usr/bin 1.19 + cp -a $install/usr/share/feh/fonts $fs/usr/share/feh 1.20 + cp -a $install/usr/share/feh/images $fs/usr/share/feh 1.21 }