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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Akihiro Suda
aports
Commits
b3f28173
Commit
b3f28173
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/burp: new aport
Backup and resore program
http://burp.grke.net/
parent
7c22bebb
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/burp/APKBUILD
+47
-0
47 additions, 0 deletions
testing/burp/APKBUILD
with
47 additions
and
0 deletions
testing/burp/APKBUILD
0 → 100644
+
47
−
0
View file @
b3f28173
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
burp
pkgver
=
1.1.30
pkgrel
=
0
pkgdesc
=
"Backup and resore program"
url
=
"http://burp.grke.net/"
arch
=
"all"
license
=
"AGPLv3"
depends
=
depends_dev
=
"librsync-dev zlib-dev openssl-dev"
makedepends
=
"
$depends_dev
gettext-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/project/burp/burp-
$pkgver
/burp-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/burp-
$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
# cd autoconf
# aclocal -I burp-macros && autoconf || return 1
# cp configure ../
}
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
||
return
1
make
NO_ECHO
=
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"b3cdc0d310d2c9e2656d36f311be4c66 burp-1.1.30.tar.bz2"
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