Skip to content
Snippets Groups Projects
Commit adb1a9cf authored by Natanael Copa's avatar Natanael Copa
Browse files

extra/samba: upgrade to 3.2.10 split out tdb to subpackage

parent 6e046733
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=samba
pkgver=3.2.8
pkgrel=1
pkgver=3.2.10
pkgrel=0
pkgdesc="Tools to access a server's filespace and printers via SMB"
url="http://www.samba.org"
license="GPL3"
subpackages="$pkgname-dev $pkgname-doc winbind $pkgname-common
$pkgname-initscript"
depends="db popt ncurses uclibc samba-initscript"
$pkgname-initscript tdb"
depends="db popt ncurses uclibc samba-initscript samba-common tdb"
makedepends="db-dev popt-dev ncurses-dev"
source="http://us1.$pkgname.org/$pkgname/ftp/stable/$pkgname-$pkgver.tar.gz
samba.initd
......@@ -74,7 +74,7 @@ winbind() {
common() {
pkgdesc="Samba common files for both client an servers"
depends="uclibc popt"
depends="uclibc popt tdb"
cd "$pkgdir"
_mv_files \
usr/bin/net \
......@@ -83,12 +83,20 @@ common() {
usr/bin/testparm \
usr/lib/samba/*.dat \
usr/lib/libtalloc* \
usr/lib/libtdb* \
var/run/samba \
var/cache/samba \
var/log/samba
}
md5sums="06efd6e6cc4aac628a1a0b082e4be0f2 samba-3.2.8.tar.gz
tdb() {
pkgdesc="Trivial database"
depends="uclibc"
cd "$pkgdir"
_mv_files \
usr/lib/libtdb* \
usr/bin/tdb*
}
md5sums="7a83207fb05200e9c2114d995f11396e samba-3.2.10.tar.gz
587c1c4824ef5b0ac593fcf8ec8fec78 samba.initd
c150433426e18261e6e3eed3930e1a76 samba.confd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment