wok rev 22066

updated udevil (0.4.3 -> 04.4)
author Hans-G?nter Theisgen
date Fri Oct 25 14:42:27 2019 +0100 (2019-10-25)
parents 2fb468a8fde8
children 9a0f4de525d7
files udevil/receipt
line diff
     1.1 --- a/udevil/receipt	Thu Oct 24 17:28:45 2019 +0100
     1.2 +++ b/udevil/receipt	Fri Oct 25 14:42:27 2019 +0100
     1.3 @@ -1,31 +1,35 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udevil"
     1.7 -VERSION="0.4.3"
     1.8 +VERSION="0.4.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Fast and light devices manager."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 -WEB_SITE="http://ignorantguru.github.com/udevil/"
    1.15 -WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
    1.16 +WEB_SITE="https://ignorantguru.github.io/udevil/"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://github.com/IgnorantGuru/$PACKAGE/archive/$VERSIONtar.gz"
    1.20  
    1.21  DEPENDS="udev glib"
    1.22 -BUILD_DEPENDS="udev-dev glib-dev wget file"
    1.23 +BUILD_DEPENDS="udev-dev glib-dev file"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	./configure --prefix=/usr &&
    1.29 -	make && make install
    1.30 +	make &&
    1.31 +	make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr
    1.38 -	cp -a $install/etc $fs
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 +
    1.41 +	cp -a $install/etc	$fs
    1.42 +	cp -a $install/usr/bin	$fs/usr
    1.43 +
    1.44  	# Must be suid root
    1.45  	chmod +s $fs/usr/bin/udevil
    1.46  }