wok-undigest view ldm/receipt @ rev 985
Add kriss_feed
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 19 13:43:03 2013 +0200 (2013-04-19) |
parents | |
children | 90833f625714 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ldm"
4 VERSION="0.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="l(ightweight) d(evice) m(ounter)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://github.com/LemonBoy/ldm"
10 WGET_URL="https://github.com/LemonBoy/ldm/tarball/v${VERSION}"
12 DEPENDS="udev"
13 BUILD_DEPENDS="udev-dev util-linux-mount-dev wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 export LDFLAGS=""
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }