wok annotate symlinks/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 5ea0ce1cecc0
rev   line source
al@17344 1 # SliTaz package receipt.
al@17344 2
al@17344 3 PACKAGE="symlinks"
al@17344 4 VERSION="1.4.3"
al@17344 5 CATEGORY="utilities"
al@17344 6 SHORT_DESC="Symbolic link maintenance utility"
al@17344 7 MAINTAINER="al.bobylev@gmail.com"
al@17344 8 LICENSE="MIT"
al@17344 9 WEB_SITE="https://github.com/brandt/symlinks"
al@17344 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17344 11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
al@17344 12
al@17344 13 DEPENDS="glibc-base"
al@17344 14 BUILD_DEPENDS="wget cacerts"
al@17344 15
al@17344 16 # Rules to configure and make the package.
al@17344 17 compile_rules()
al@17344 18 {
al@17344 19 make
al@17344 20 }
al@17344 21
al@17344 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17344 23 genpkg_rules()
al@17344 24 {
al@17344 25 mkdir -p $fs/usr/bin
al@17344 26 cp -a $src/symlinks $fs/usr/bin
al@17344 27 }