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
Johannes Müller
aports
Commits
dceaed51
Commit
dceaed51
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
extra/samba: upgrade to 3.3.4
parent
e2f5aa46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra/samba/APKBUILD
+7
-10
7 additions, 10 deletions
extra/samba/APKBUILD
with
7 additions
and
10 deletions
extra/samba/APKBUILD
+
7
−
10
View file @
dceaed51
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
samba
pkgver
=
3.
2.11
pkgrel
=
1
pkgver
=
3.
3.4
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 tdb"
depends
=
"
db popt ncurses uclibc samba-initscript samba-common tdb libldap heimdal
"
depends
=
"
samba-initscript
"
makedepends
=
"db-dev popt-dev ncurses-dev openldap-dev heimdal-dev"
source
=
"http://us1.
$pkgname
.org/
$pkgname
/ftp/stable/
$pkgname
-
$pkgver
.tar.gz
samba.initd
...
...
@@ -40,9 +40,6 @@ build() {
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
cp
-r
examples
"
$pkgdir
"
/usr/share/doc/samba/
install
-D
packaging/RHEL/setup/smbusers
"
$pkgdir
"
/etc/samba/smbusers
# move the shared libs to /usr/lib
mv
"
$pkgdir
"
/usr/lib/samba/lib
*
.so
*
"
$pkgdir
"
/usr/lib/
}
initscript
()
{
...
...
@@ -62,7 +59,7 @@ _mv_files() {
winbind
()
{
pkgdesc
=
"Samba user and group resolver"
depends
=
"uclibc samba-common popt samba-initscript libldap heimdal"
depends
=
cd
"
$pkgdir
"
_mv_files
\
usr/bin/wbinfo
\
...
...
@@ -74,7 +71,7 @@ winbind() {
common
()
{
pkgdesc
=
"Samba common files for both client an servers"
depends
=
"uclibc popt tdb libldap heimdal"
depends
=
cd
"
$pkgdir
"
_mv_files
\
usr/bin/net
\
...
...
@@ -90,13 +87,13 @@ common() {
tdb
()
{
pkgdesc
=
"Trivial database"
depends
=
"uclibc"
depends
=
cd
"
$pkgdir
"
_mv_files
\
usr/lib/libtdb
*
\
usr/bin/tdb
*
}
md5sums
=
"
fc514bc92184b9b64544afa457e4d84e
samba-3.
2.11
.tar.gz
md5sums
=
"
1443165edb7cb3f56f1e77aec1ee3266
samba-3.
3.4
.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