Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
e543ba5d
Commit
e543ba5d
authored
Jan 20, 2009
by
Natanael Copa
Browse files
APKBUILD.proto: minor fixes
parent
c1802293
Changes
1
Hide whitespace changes
Inline
Side-by-side
APKBUILD.proto
View file @
e543ba5d
...
...
@@ -4,24 +4,29 @@
#
then
please
put
'unknown'
.
#
Contributor
:
Your
Name
<
youremail
@
domain.com
>
#
Maintainer
:
Your
Name
<
youremail
@
domain.com
>
pkgname
=
NAME
pkgver
=
VERSION
pkgrel
=
0
pkgdesc
=
""
arch
=
""
url
=
""
license
=
'
GPL
'
license
=
"
GPL
"
depends
=
""
makedepends
=
""
install
=
subpackages
=
"$pkgname-doc $pkgname-dev"
source
=
"http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
build
()
{
cd
"$srcdir/$pkgname-$pkgver"
./
configure
--
prefix
=/
usr
./
configure
--
prefix
=/
usr
\
--
sysconfdir
=/
etc
\
--
mandir
=/
usr
/
share
/
man
\
--
infodir
=/
usr
/
share
/
info
make
||
return
1
make
DESTDIR
=
"$pkgdir
/
"
install
make
DESTDIR
=
"$pkgdir"
install
}
md5sums
=
""
#
generate
with
'abuild checksum'
Write
Preview
Supports
Markdown
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