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
Dominika Liberda
aports
Commits
8bc47171
Commit
8bc47171
authored
5 years ago
by
TBK
Committed by
Kevin Daudt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/exfat-utils: modernize
Closes GH-6608
parent
cb52dc0d
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
community/exfat-utils/APKBUILD
+7
-23
7 additions, 23 deletions
community/exfat-utils/APKBUILD
with
7 additions
and
23 deletions
community/exfat-utils/APKBUILD
+
7
−
23
View file @
8bc47171
# Maintainer:
# Maintainer:
TBK <alpine@jjtc.eu>
pkgname
=
exfat-utils
pkgver
=
1.3.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Utilities for exFAT file system"
url
=
"https://github.com/relan/exfat"
arch
=
"all"
license
=
"GPL-2.0+"
depends
=
""
makedepends
=
""
install
=
""
license
=
"GPL-2.0-or-later"
options
=
"!check"
# no test suite
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/relan/exfat/releases/download/v
$
{
pkgver
}
/
$
{
pkgname
}
-
$
{
pkgver
}
.tar.gz"
source
=
"https://github.com/relan/exfat/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--sbindir
=
/usr/bin
make
CCFLAGS
=
"
${
CFLAGS
}
-std=c99"
LINKFLAGS
=
"
${
LDFLAGS
}
"
}
check
()
{
cd
"
$builddir
"
make check
--sbindir
=
/usr/sbin
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
# Install man pages
install
-Dm444
dump/dumpexfat.8
"
${
pkgdir
}
/usr/share/man/man8/dumpexfat.8"
install
-m444
fsck/exfatfsck.8
"
${
pkgdir
}
/usr/share/man/man8"
install
-m444
mkfs/mkexfatfs.8
"
${
pkgdir
}
/usr/share/man/man8"
install
-m444
label/exfatlabel.8
"
${
pkgdir
}
/usr/share/man/man8"
}
sha512sums
=
"e1c5b708f22e878d7521e3299866bba127145757e3620696ff11b18c8c7d4830522974e8ee4771234b70aa9718295d3433779cf34ca990e28ccc06cbf9325f7e exfat-utils-1.3.0.tar.gz"
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