wok-current view samba-dev/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (2 months ago)
parents e4cc6a0d37f0
children
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="https://samba.org/"
10 WANTED="samba"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/pkgconfig
16 cp -a $install/usr/include $fs/usr
17 # Workaround for smbclient.pc files
18 cp -a $src/source3/pkgconfig/smbclient.pc $fs/usr/share/pkgconfig/
19 }