wok diff udevil/receipt @ rev 21303
updated libsdl2-image, libsdl2-image-dev, libsdl2-mixer and libsdl2-mixer-dev-dev (2.0.0 -> 2.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 18 14:42:22 2019 +0100 (2019-04-18) |
parents | 7bc3e289acd8 |
children | 643835a7d5a1 |
line diff
1.1 --- a/udevil/receipt Sun Dec 22 15:11:57 2013 +0100 1.2 +++ b/udevil/receipt Thu Apr 18 14:42:22 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 }