wok-6.x annotate ssfs/receipt @ rev 20277
linux: add igb.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 19 15:16:28 2018 +0100 (2018-03-19) |
parents | dd299a20bd7b |
children | 3cdc90c472a2 |
rev | line source |
---|---|
pankso@10864 | 1 # SliTaz package receipt. |
pankso@10864 | 2 |
pankso@10864 | 3 PACKAGE="ssfs" |
al@19617 | 4 VERSION="108" |
pankso@10864 | 5 CATEGORY="network" |
al@19617 | 6 SHORT_DESC="SSFS is SliTaz Secure File Storage." |
pankso@10864 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15068 | 8 LICENSE="BSD" |
pankso@10864 | 9 WEB_SITE="http://ssfs.slitaz.org/" |
pankso@10864 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@14805 | 11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" |
pascal@15068 | 12 SUGGESTED="yad" |
pascal@15068 | 13 |
pankso@10865 | 14 DEPENDS="rsync lsyncd" |
al@19617 | 15 SPLIT="ssfs-server" |
pankso@10864 | 16 |
pankso@10864 | 17 # Rules to configure and make the package. |
pankso@10864 | 18 compile_rules() |
pankso@10864 | 19 { |
pankso@10864 | 20 make && make DESTDIR=$DESTDIR install |
pankso@10864 | 21 } |
pankso@10864 | 22 |
pankso@10864 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@10864 | 24 genpkg_rules() |
pankso@10864 | 25 { |
pankso@10864 | 26 mkdir -p $fs/usr/share |
pankso@10864 | 27 cp -a $install/usr/bin $fs/usr |
pankso@10864 | 28 cp -a $install/usr/share/applications $fs/usr/share |
pankso@10864 | 29 cp -a $install/usr/share/locale $fs/usr/share |
pankso@10864 | 30 cp -a $install/usr/share/doc $fs/usr/share |
pankso@10864 | 31 } |