From f463f826023dd5d6786be0efa47ac054eeb51214 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 25 Oct 2008 11:00:18 +0000 Subject: added APKBUILD.proto --- APKBUILD.proto | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 APKBUILD.proto (limited to 'APKBUILD.proto') diff --git a/APKBUILD.proto b/APKBUILD.proto new file mode 100644 index 0000000..e14bad9 --- /dev/null +++ b/APKBUILD.proto @@ -0,0 +1,27 @@ +# This is an example APKBUILD file. Use this as a start to creating your own, +# and remove these comments. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Contributor: Your Name +pkgname=NAME +pkgver=VERSION +pkgrel=0 +pkgdesc="" +arch="" +url="" +license='GPL' +depends="" +makedepends="" +install= +source="$pkgname-$pkgver.tar.gz" +md5sums="" #generate with 'makepkg -g' + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make || return 1 + make DESTDIR="$pkgdir/" install +} + -- cgit v1.2.3-60-g2f50