wok-next rev 21449
updated slock (1.1 -> 1.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 07:51:56 2020 +0100 (2020-05-07) |
parents | 71c5213b8b1d |
children | 1b9d4ec8d5e0 |
files | slock/receipt |
line diff
1.1 --- a/slock/receipt Thu May 07 07:24:29 2020 +0100 1.2 +++ b/slock/receipt Thu May 07 07:51:56 2020 +0100 1.3 @@ -1,27 +1,29 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="slock" 1.7 -VERSION="1.1" 1.8 +VERSION="1.4" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Simple X display locker" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="MIT" 1.14 -WEB_SITE="http://tools.suckless.org/slock/" 1.15 +WEB_SITE="https://tools.suckless.org/slock/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="http://dl.suckless.org/tools/$TARBALL" 1.19 +WGET_URL="https://dl.suckless.org/tools/$TARBALL" 1.20 1.21 BUILD_DEPENDS="xorgproto libx11-dev libxext-dev" 1.22 1.23 -compile_rules() { 1.24 - mv config.mk config.mk.original 1.25 +compile_rules() 1.26 +{ 1.27 + mv config.mk config.mk.original 1.28 sed -e 's/usr\/local/usr/' < config.mk.original > config.mk 1.29 1.30 make CC=$CC && 1.31 make DESTDIR=$install install 1.32 } 1.33 1.34 -genpkg_rules() { 1.35 +genpkg_rules() 1.36 +{ 1.37 copy @std 1.38 DEPENDS="libx11 libxau libxdmcp libxext" 1.39 }