Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
656
Issues
656
List
Boards
Labels
Service Desk
Milestones
Merge Requests
218
Merge Requests
218
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
dd17281c
Commit
dd17281c
authored
Feb 20, 2009
by
Leonardo Arena
Committed by
Natanael Copa
Feb 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/iptraf: new aport
parent
af317cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
extra/iptraf/APKBUILD
extra/iptraf/APKBUILD
+37
-0
No files found.
extra/iptraf/APKBUILD
0 → 100644
View file @
dd17281c
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
iptraf
pkgver
=
3.0.0
pkgrel
=
0
pkgdesc
=
"IP Network Monitoring Software"
url
=
"http://iptraf.seoul.org"
license
=
"GPL"
depends
=
"uclibc ncurses"
makedepends
=
"ncurses-dev"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"ftp://iptraf.seul.org/pub/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
/src"
sed
-i
-e
s:/var/local/iptraf:/var/lib/iptraf:
\
-e
s:/usr/local/bin:/usr/sbin: dirs.h
make
CFLAGS
=
"
$CFLAGS
"
DEBUG
=
""
TARGET
=
"/usr/sbin"
\
WORKDIR
=
"/var/lib/iptraf"
||
return
1
for
sbin
in
iptraf rvnamed
;
do
/bin/install
-D
-m755
$sbin
$pkgdir
/usr/sbin/
$sbin
done
cd
../Documentation
for
man
in
*
.8
;
do
/bin/install
-D
-m644
$man
$pkgdir
/usr/share/man/man8/
$man
done
for
dir
in
lib log run
;
do
/bin/mkdir
-p
$pkgdir
/var/
$dir
/iptraf
done
}
md5sums
=
"377371c28ee3c21a76f7024920649ea8 iptraf-3.0.0.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment