wok diff ola-dev/receipt @ rev 18702

Up ola(0.9.8) (thanks Thomas a.k.a. kult-ex)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 12:43:42 2015 +0200 (2015-12-16)
parents 47e1df965953
children 3522a8f16bbe
line diff
     1.1 --- a/ola-dev/receipt	Thu Dec 05 13:21:20 2013 +0000
     1.2 +++ b/ola-dev/receipt	Wed Dec 16 12:43:42 2015 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ola-dev"
     1.7 -VERSION="0.8.21"
     1.8 +VERSION="0.9.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Open Lighting Architecture devel files."
    1.11 +SHORT_DESC="Open Lighting Architecture devel files"
    1.12  MAINTAINER="kult-ex@aon.at"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://www.opendmx.net/index.php/OLA"
    1.15 -DEPENDS="ola pkg-config"
    1.16 +WEB_SITE="https://www.openlighting.org/ola/"
    1.17 +
    1.18  WANTED="ola"
    1.19 +DEPENDS="ola"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23 @@ -16,6 +17,5 @@
    1.24  	mkdir -p $fs/usr/lib/olad
    1.25  	cp -a $install/usr/include $fs/usr
    1.26  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/olad/*.*a $fs/usr/lib/olad
    1.28  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29  }