Skip to content
Snippets Groups Projects
Commit 62ff264b authored by Natanael Copa's avatar Natanael Copa
Browse files

sample.APKBUILD: update with arch and depends_dev

parent dfac60a0
No related merge requests found
...@@ -10,16 +10,15 @@ pkgver=VERSION ...@@ -10,16 +10,15 @@ pkgver=VERSION
pkgrel=0 pkgrel=0
pkgdesc="" pkgdesc=""
url="" url=""
arch="all"
license="GPL" license="GPL"
depends= depends=
makedepends= depends_dev=
makedepends="$depends_dev"
install= install=
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
# append extra dependencies to -dev subpackage
# remove if not used.
# depends_dev="somepackage-dev"
_builddir="$srcdir"/$pkgname-$pkgver _builddir="$srcdir"/$pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment