wok-next rev 21639
updated fbcat (0.3 -> 0.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 15:37:54 2020 +0100 (2020-06-26) |
parents | 12592b053707 |
children | 9a79769be1dc |
files | fbcat/receipt |
line diff
1.1 --- a/fbcat/receipt Fri Jun 26 15:26:10 2020 +0100 1.2 +++ b/fbcat/receipt Fri Jun 26 15:37:54 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="fbcat" 1.7 -VERSION="0.3" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Takes a screenshot using the framebuffer device" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,14 +13,16 @@ 1.13 1.14 BUILD_DEPENDS="wget" 1.15 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 make || return 1 1.20 1.21 - install -Dm755 $src/fbcat $install/usr/bin/fbcat 1.22 - install -Dm755 $src/fbgrab $install/usr/bin/fbgrab 1.23 + install -Dm755 $src/fbcat $install/usr/bin/fbcat 1.24 + install -Dm755 $src/fbgrab $install/usr/bin/fbgrab 1.25 } 1.26 1.27 -genpkg_rules() { 1.28 +genpkg_rules() 1.29 +{ 1.30 copy @std 1.31 SUGGESTED="imagemagick" 1.32 }