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
Michael Pirogov
aports
Commits
0028165a
Commit
0028165a
authored
5 years ago
by
Leo
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/xl2tpd: upgrade to 1.3.14
parent
96f16b29
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
main/xl2tpd/APKBUILD
+9
-23
9 additions, 23 deletions
main/xl2tpd/APKBUILD
with
9 additions
and
23 deletions
main/xl2tpd/APKBUILD
+
9
−
23
View file @
0028165a
# Contributor: Danilo Godec <danilo.godec@agenda.si>
# Contributor: Danilo Godec <danilo.godec@agenda.si>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xl2tpd
pkgname
=
xl2tpd
pkgver
=
1.3.1
0.1
pkgver
=
1.3.1
4
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Layer 2 Tunnelling Protocol Daemon (RFC 2661)"
pkgdesc
=
"Layer 2 Tunnelling Protocol Daemon (RFC 2661)"
url
=
"http://
www.xelerance.com/services/software/xl2tpd/
"
url
=
"http
s
://
github.com/xelerance/xl2tpd/releases/tag/v1.3.14
"
arch
=
"all"
arch
=
"all"
license
=
"GPL"
license
=
"GPL
-2.0-or-later
"
depends
=
"ppp-l2tp"
depends
=
"ppp-l2tp"
depends_dev
=
"libpcap-dev"
makedepends
=
"libpcap-dev linux-headers"
makedepends
=
"
$depends_dev
linux-headers"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/xelerance/xl2tpd/archive/v
$pkgver
.tar.gz
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/xelerance/xl2tpd/archive/v
$pkgver
.tar.gz
xl2tpd.confd
xl2tpd.confd
xl2tpd.initd
xl2tpd.initd
options.xl2tpd
options.xl2tpd
"
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
PREFIX
=
/usr
||
return
1
make
PREFIX
=
/usr
}
}
package
()
{
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
PREFIX
=
/usr
DESTDIR
=
"
$pkgdir
"
install
make
PREFIX
=
/usr
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
install
-Dm644
examples/xl2tpd.conf
"
$pkgdir
"
/etc/xl2tpd/xl2tpd.conf
install
-Dm644
examples/xl2tpd.conf
"
$pkgdir
"
/etc/xl2tpd/xl2tpd.conf
install
-Dm755
"
$srcdir
"
/xl2tpd.initd
"
$pkgdir
"
/etc/init.d/xl2tpd
install
-Dm755
"
$srcdir
"
/xl2tpd.initd
"
$pkgdir
"
/etc/init.d/xl2tpd
install
-Dm644
"
$srcdir
"
/xl2tpd.confd
"
$pkgdir
"
/etc/conf.d/xl2tpd
install
-Dm644
"
$srcdir
"
/xl2tpd.confd
"
$pkgdir
"
/etc/conf.d/xl2tpd
...
@@ -45,7 +31,7 @@ package() {
...
@@ -45,7 +31,7 @@ package() {
install
-dm755
"
$pkgdir
"
/var/run/xl2tpd
install
-dm755
"
$pkgdir
"
/var/run/xl2tpd
}
}
sha512sums
=
"
93d96d2fa0161aba455ab9e69deea53cbfcd355288c6ffe28635f1a378e989d7556a1afe071744ba7aab42eb215159f5e8dbdc5968d63827985c6f17c79abbf8
xl2tpd-1.3.1
0.1
.tar.gz
sha512sums
=
"
a0c007b5a2d45f4c73d8651c8ca2525cd46b779e4b8cfabebd2c7905770d128f25edea5665c25828c53788083fda73896faccb49f4da9a38a2042b5f957a3327
xl2tpd-1.3.1
4
.tar.gz
1d0924d71b96b6bbaccbdcb11468047d02126d01650b7379923489a39976559e10f0167848608586de689fbbf5ba7d8c584f5443f9b4731501f7bf54b1142b44 xl2tpd.confd
1d0924d71b96b6bbaccbdcb11468047d02126d01650b7379923489a39976559e10f0167848608586de689fbbf5ba7d8c584f5443f9b4731501f7bf54b1142b44 xl2tpd.confd
35155e758fe0404d7850600c9c0bcdd17e74cd2b95dea3d21761fbb3032757dccde42a9e34d68822c96f3c0fca475223e2f842e9067a99293f3668d99e858084 xl2tpd.initd
35155e758fe0404d7850600c9c0bcdd17e74cd2b95dea3d21761fbb3032757dccde42a9e34d68822c96f3c0fca475223e2f842e9067a99293f3668d99e858084 xl2tpd.initd
04b1c4bf07ef5e74efa49d627bb085ee76d2543f6e69312aab4d183297210831f2d9da66dd8ad7ec75d69ada1f30e4faf4c4b275d2fe9f75e4b496cf55426198 options.xl2tpd"
04b1c4bf07ef5e74efa49d627bb085ee76d2543f6e69312aab4d183297210831f2d9da66dd8ad7ec75d69ada1f30e4faf4c4b275d2fe9f75e4b496cf55426198 options.xl2tpd"
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