wok-current view samba-dev/receipt @ rev 18091
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:25:36 2015 +0200 (2015-05-25) |
parents | 4cba4433d0b7 |
children | e4cc6a0d37f0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="samba-dev"
4 VERSION="3.6.7"
5 CATEGORY="development"
6 SHORT_DESC="File and print services with SMB/CIFS, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://samba.org/"
10 WANTED="samba"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 }