I would have preferred to have $pkgver in $source to make it easier to
upgrade in future (just change pkgver). If this is forgotten when its
upgraded next time, it might end up with new apk with new version
number containing the old (git05012015) version.
applied anyways.
thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
+_builddir=${srcdir}/${pkgname}-master+prepare() {+ local i+ cd "$_builddir"+ for i in $source; do+ case $i in+ *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;+ esac+ done+}++build() {+ cd "$_builddir"+ make+}++package() {+ cd "$_builddir"+ make DESTDIR=$pkgdir install+}++md5sums="a78cc6eaa65892994e39336584631dd3 luufs-05012015.zip"+sha256sums="719b4af200e55d97224b0427378f3a06829325355863a5201944482827930d30 luufs-05012015.zip"+sha512sums="c93b59286f422aba32958b8ff147e9b1055fd145cabc5adcb6fefe9a4c9ad532e918734b34d84ef407440353f43278ef826c9ef400c1ee6d3082e30ea47e04bb luufs-05012015.zip"
--
2.3.2
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---