mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
new port: unionfs-fuse
This commit is contained in:
parent
2071eba1c4
commit
e8f036a67c
29
testing/unionfs-fuse/APKBUILD
Normal file
29
testing/unionfs-fuse/APKBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
|
||||
pkgname=unionfs-fuse
|
||||
pkgver=0.24
|
||||
pkgrel=0
|
||||
pkgdesc="Union Filesystem in Userspace"
|
||||
url="http://podgorny.cz/moin/UnionFsFuse"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends="fuse-dev libiconv-dev"
|
||||
subpackages="${pkgname}-doc"
|
||||
source="http://podgorny.cz/unionfs-fuse/releases/${pkgname}-${pkgver}.tar.bz2"
|
||||
|
||||
_builddir="${srcdir}/${pkgname}-${pkgver}"
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
mkdir -p "$pkgdir"/usr/share/man/man8/
|
||||
make DESTDIR="$pkgdir" PREFIX=/usr install || return 1
|
||||
}
|
||||
md5sums="ab00f252c55a9a7252fca13a53260bf5 unionfs-fuse-0.24.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user