Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Molitor
aports
Commits
adb1a9cf
Commit
adb1a9cf
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
extra/samba: upgrade to 3.2.10 split out tdb to subpackage
parent
6e046733
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra/samba/APKBUILD
+15
-7
15 additions, 7 deletions
extra/samba/APKBUILD
with
15 additions
and
7 deletions
extra/samba/APKBUILD
+
15
−
7
View file @
adb1a9cf
# 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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment