wok diff udevil/receipt @ rev 22035

updated tinyssh (20180201 -> 20190101)
author Hans-G?nter Theisgen
date Mon Oct 21 15:20:41 2019 +0100 (2019-10-21)
parents 7bc3e289acd8
children 643835a7d5a1
line diff
     1.1 --- a/udevil/receipt	Sun Dec 22 15:11:57 2013 +0100
     1.2 +++ b/udevil/receipt	Mon Oct 21 15:20:41 2019 +0100
     1.3 @@ -11,12 +11,11 @@
     1.4  WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="udev glib"
     1.7 -BUILD_DEPENDS="udev-dev glib-dev wget"
     1.8 +BUILD_DEPENDS="udev-dev glib-dev wget file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	./configure --prefix=/usr &&
    1.15  	make && make install
    1.16  }