wok diff cifs-utils/receipt @ rev 15540
Up: firefox-langpack-fr (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:29 2013 +0100 (2013-11-24) |
parents | |
children | f13bd223c231 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cifs-utils/receipt Sun Nov 24 17:36:29 2013 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="cifs-utils" 1.7 +VERSION="6.1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="CIFS userland tools." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils" 1.14 +WGET_URL="ftp://ftp.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 1.15 +PROVIDE="smbfs" 1.16 + 1.17 +BUILD_DEPENDS="" 1.18 +DEPENDS="linux-cifs" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure --prefix=/usr \ 1.24 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/sbin 1.33 + cp -a $install/sbin $fs 1.34 + ln -s ../../sbin/mount.cifs . 1.35 + ln -s ../../sbin/mount.cifs umount.cifs 1.36 +}