wok diff jpeg/receipt @ rev 15874

Add acme
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 03 11:54:56 2014 +0000 (2014-02-03)
parents fdef344d6bef
children d6bbc99418ee
line diff
     1.1 --- a/jpeg/receipt	Thu Apr 19 22:01:02 2012 +0000
     1.2 +++ b/jpeg/receipt	Mon Feb 03 11:54:56 2014 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="JPEG image programs."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libjpeg"
     1.8 +LICENSE="MIT"
     1.9  WEB_SITE="http://www.ijg.org/"
    1.10  TARBALL="jpegsrc.v${VERSION}.tar.gz"
    1.11  WGET_URL="http://www.ijg.org/files/$TARBALL"
    1.12  TAGS="jpeg jpg"
    1.13  
    1.14 +DEPENDS="libjpeg"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -25,5 +27,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p  $fs/usr
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25  }