wok view defrag/receipt @ rev 20083
update packages openssl, openssl-dev, libcrypto and libcrypto-dev from: 1.0.2k [26 Jan 2017] to 1.0.2l [25 May 2017]
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Sep 27 19:02:39 2017 +0000 (2017-09-27) |
parents | 3ccc69bd69ec |
children | 6e8b1bcb30e2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="defrag"
4 VERSION="0.08"
5 CATEGORY="misc"
6 SHORT_DESC="A defragmentation script."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://ck.kolivas.org/apps/defrag/README"
10 URL="$(dirname $WEB_SITE)/$PACKAGE-$VERSION/$PACKAGE"
11 EXTRA_SOURCE_FILES="$PACKAGE"
12 SUGGESTED="shake"
13 DEPENDS="bash"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 [ -s "$SOURCES_REPOSITORY/$PACKAGE" ] ||
20 wget -P $SOURCES_REPOSITORY $URL
21 cp $SOURCES_REPOSITORY/$PACKAGE $fs/usr/bin
22 }