wok-next diff libexif/receipt @ rev 20543

xorg-xf86-video-fbturbo: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 03 11:07:12 2018 +0200 (2018-04-03)
parents 9b83ae3e9ce7
children 0ec6086e21d6
line diff
     1.1 --- a/libexif/receipt	Fri Jun 23 16:10:03 2017 +0300
     1.2 +++ b/libexif/receipt	Tue Apr 03 11:07:12 2018 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="LGPL2.1"
     1.6  WEB_SITE="http://libexif.sourceforge.net/"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libexif.html"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -15,19 +15,15 @@
    1.13  BUILD_DEPENDS="gettext"
    1.14  SPLIT="libexif-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	./configure \
    1.21 -		--with-doc-dir=/usr/share/doc/libexif-$VERSION \
    1.22 +		--with-doc-dir=/usr/share/doc/$PACKAGE-$VERSION \
    1.23  		--disable-static \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make && make install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	case $PACKAGE in
    1.33  		libexif) copy @std;;
    1.34  		*-dev)   copy @dev;;