diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-14 06:39:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-14 06:39:20 +0000 |
commit | a0975dda43e36a12314f70753e01f5c0e5d39b0f (patch) | |
tree | c42ac112cbd7d195d4747fa04c8390db462520cb /testing | |
parent | e04da5a883c98ba940842c8d4dab267b81a8729c (diff) | |
download | aports-a0975dda43e36a12314f70753e01f5c0e5d39b0f.tar.bz2 aports-a0975dda43e36a12314f70753e01f5c0e5d39b0f.tar.xz |
main/unionfs-fuse: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/unionfs-fuse/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/unionfs-fuse/APKBUILD b/testing/unionfs-fuse/APKBUILD deleted file mode 100644 index 93e5c00bc7..0000000000 --- a/testing/unionfs-fuse/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# 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" |