diff --git a/testing/abook/APKBUILD b/community/abook/APKBUILD similarity index 94% rename from testing/abook/APKBUILD rename to community/abook/APKBUILD index b081c6f22d80e7dcd706275e8f0350824fb935f5..8b04a787a60be2049652bfbe775f6d8276bc83f9 100644 --- a/testing/abook/APKBUILD +++ b/community/abook/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Maintainer: +# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=abook pkgver=0.6.1 _ver=${pkgver/_pre/pre} @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" source="http://$pkgname.sourceforge.net/devel/$pkgname-${_ver}.tar.gz gcc6.patch" -builddir=$srcdir/$pkgname-$_ver +builddir="$srcdir"/$pkgname-$_ver prepare() { default_prepare || return 1 cd "$builddir" diff --git a/testing/abook/gcc6.patch b/community/abook/gcc6.patch similarity index 100% rename from testing/abook/gcc6.patch rename to community/abook/gcc6.patch