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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
4cf753b9
Commit
4cf753b9
authored
11 years ago
by
Fabian Affolter
Committed by
Natanael Copa
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/unionfs-fuse: specify license
parent
3af125ad
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
main/unionfs-fuse/APKBUILD
+8
-5
8 additions, 5 deletions
main/unionfs-fuse/APKBUILD
with
8 additions
and
5 deletions
main/unionfs-fuse/APKBUILD
+
8
−
5
View file @
4cf753b9
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
pkgname
=
unionfs-fuse
pkgname
=
unionfs-fuse
pkgver
=
0.26
pkgver
=
0.26
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Union Filesystem in Userspace"
pkgdesc
=
"Union Filesystem in Userspace"
url
=
"http://podgorny.cz/moin/UnionFsFuse"
url
=
"http://podgorny.cz/moin/UnionFsFuse"
arch
=
"all"
arch
=
"all"
license
=
"
GPL
"
license
=
"
BSD
"
depends
=
""
depends
=
""
makedepends
=
"fuse-dev libiconv-dev"
makedepends
=
"fuse-dev libiconv-dev"
subpackages
=
"
$
{
pkgname
}
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"http://podgorny.cz/unionfs-fuse/releases/
$
{
pkgname
}
-
$
{
pkgver
}
.tar.xz"
source
=
"http://podgorny.cz/unionfs-fuse/releases/
$pkgname
-
$pkgver
.tar.xz"
_builddir
=
"
${
srcdir
}
/
$
{
pkgname
}
-
$
{
pkgver
}
"
_builddir
=
"
${
srcdir
}
"
/
$pkgname
-
$pkgver
prepare
()
{
prepare
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
}
}
...
@@ -26,4 +26,7 @@ package() {
...
@@ -26,4 +26,7 @@ package() {
mkdir
-p
"
$pkgdir
"
/usr/share/man/man8/
mkdir
-p
"
$pkgdir
"
/usr/share/man/man8/
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
install
||
return
1
}
}
md5sums
=
"689c636484756f6f7a728ef354cbeac2 unionfs-fuse-0.26.tar.xz"
md5sums
=
"689c636484756f6f7a728ef354cbeac2 unionfs-fuse-0.26.tar.xz"
sha256sums
=
"8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662 unionfs-fuse-0.26.tar.xz"
sha512sums
=
"07805a2ca90354ed0f8feac3ab0005cc4bba64200172e019f00eb50786776c94a6f976a7c383b17b30373e628838ef94cced510d475d557cafb1a2b309d058f0 unionfs-fuse-0.26.tar.xz"
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