wok diff libjpeg62/receipt @ rev 11165

Up: geany-plugins to 0.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 07:02:38 2011 +0000 (2011-11-02)
parents 9a2307d0ba65
children b7319995b37e
line diff
     1.1 --- a/libjpeg62/receipt	Tue Nov 23 02:05:26 2010 +0000
     1.2 +++ b/libjpeg62/receipt	Wed Nov 02 07:02:38 2011 +0000
     1.3 @@ -11,7 +11,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=jpeg-$VERSION
     1.8  	cd $src
     1.9  	./configure --enable-shared --prefix=/usr \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.11 @@ -21,7 +20,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	src=jpeg-$VERSION
    1.16  	mkdir -p $fs/usr/lib
    1.17  	cp -a $src/.libs/*.so.62* $fs/usr/lib
    1.18  }