# SliTaz package receipt. PACKAGE="samba-dev" VERSION="3.6.7" CATEGORY="development" SHORT_DESC="File and print services with SMB/CIFS, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://samba.org/" WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/pkgconfig cp -a $install/usr/include $fs/usr # Workaround for smbclient.pc files cp -a $src/source3/pkgconfig/smbclient.pc $fs/usr/share/pkgconfig/ }