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
221
Merge Requests
221
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
130f9161
Commit
130f9161
authored
Aug 15, 2017
by
A. Wilcox
Committed by
Timo Teräs
Aug 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/gperf: add tests
parent
640d639f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
main/gperf/APKBUILD
main/gperf/APKBUILD
+10
-6
No files found.
main/gperf/APKBUILD
View file @
130f9161
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
gperf
pkgver
=
3.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Perfect hash function generator."
url
=
"http://www.gnu.org/software/gperf/"
arch
=
"all"
...
...
@@ -13,17 +13,21 @@ source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
build
()
{
cd
"
$
srcdir
"
/
$pkgname
-
$pkgver
cd
"
$
builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
||
return
1
make
||
return
1
--prefix
=
/usr
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$
srcdir
"
/
$pkgname
-
$pkgver
cd
"
$
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4 gperf-3.1.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