wok-6.x annotate slock/receipt @ rev 22601
updated clucene and clucene-dev (0.9.21b -> 2.3.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 08 17:31:15 2020 +0100 (2020-01-08) |
parents | 75362eca62d8 |
children | 934055de50e2 |
rev | line source |
---|---|
mallory@1169 | 1 # SliTaz package receipt. |
mallory@1169 | 2 |
mallory@1169 | 3 PACKAGE="slock" |
Hans-G?nter@21916 | 4 VERSION="1.4" |
mallory@1169 | 5 CATEGORY="security" |
mallory@1169 | 6 SHORT_DESC="Simple X display locker." |
mallory@1169 | 7 MAINTAINER="mallory@sweetpeople.org" |
pascal@15593 | 8 LICENSE="MIT" |
Hans-G?nter@21916 | 9 WEB_SITE="https://tools.suckless.org/slock/" |
Hans-G?nter@21916 | 10 |
mallory@1169 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21916 | 12 WGET_URL="https://dl.suckless.org/tools/$TARBALL" |
mallory@1169 | 13 |
pascal@15593 | 14 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" |
Hans-G?nter@21916 | 15 BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-xextproto xorg-xproto" |
Hans-G?nter@21916 | 16 |
Hans-G?nter@21916 | 17 HOST_ARCH="i486 arm" |
pascal@15593 | 18 |
mallory@1169 | 19 # Rules to configure and make the package. |
mallory@1169 | 20 compile_rules() |
mallory@1169 | 21 { |
Hans-G?nter@21916 | 22 make PREFIX=/usr && |
Hans-G?nter@21916 | 23 make install DESTDIR=$DESTDIR PREFIX=/usr |
mallory@1169 | 24 } |
mallory@1169 | 25 |
mallory@1169 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@1169 | 27 genpkg_rules() |
mallory@1169 | 28 { |
mallory@1169 | 29 mkdir -p $fs/usr |
pascal@15593 | 30 cp -a $install/usr/bin $fs/usr |
mallory@1169 | 31 } |