mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/monkeysphere: seperate build() and package()
Without this change the sources files are compiled in the package() function as a perquisite of the install target.
This commit is contained in:
parent
1d947f4d5b
commit
738f8d0758
@ -13,6 +13,11 @@ subpackages="$pkgname-doc"
|
||||
source="http://archive.monkeysphere.info/debian/pool/$pkgname/m/$pkgname/${pkgname}_$pkgver.orig.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user