wok-next diff hal-cups-utils/receipt @ rev 21592

updated dkms (2.1.1.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 24 07:35:54 2020 +0100 (2020-06-24)
parents a3c581bf52b8
children
line diff
     1.1 --- a/hal-cups-utils/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/hal-cups-utils/receipt	Wed Jun 24 07:35:54 2020 +0100
     1.3 @@ -3,29 +3,27 @@
     1.4  PACKAGE="hal-cups-utils"
     1.5  VERSION="0.6.19"
     1.6  CATEGORY="system-tools"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9 +SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
    1.10  LICENSE="GPL2"
    1.11 -SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
    1.12  WEB_SITE="https://packages.ubuntu.com/jaunty/hal-cups-utils"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
    1.16  
    1.17 -DEPENDS="hal dbus dbus-glib cups"
    1.18  BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 +compile_rules() {
    1.22 +	./configure \
    1.23 +		--libexecdir=/usr/lib/hal/scripts/ \
    1.24 +		&&
    1.25 +	make &&
    1.26 +	make install
    1.27 +}
    1.28  
    1.29 -compile_rules() {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -	--libexecdir=/usr/lib/hal/scripts/ &&
    1.33 -	make && make install
    1.34 -}
    1.35 -	
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 +genpkg_rules() {
    1.40  	mkdir -p $fs/usr
    1.41  	cp -a $install/usr/lib $fs/usr
    1.42  	cp -a $install/usr/share $fs/usr
    1.43 +	DEPENDS="hal dbus dbus-glib cups"
    1.44  }