~alpine/aports

1

[alpine-aports] [PATCH] testing/pcsxr: modernise APKBUILD

Details
Message ID
<20171108212146.22429-1-ca6c@bitmessage.ch>
Sender timestamp
1510176106
DKIM signature
missing
Download raw message
Patch: +2 -10
---
 testing/pcsxr/APKBUILD | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/testing/pcsxr/APKBUILD b/testing/pcsxr/APKBUILD
index 56b52846ef..36fd9d08bd 100644
--- a/testing/pcsxr/APKBUILD
+++ b/testing/pcsxr/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=pcsxr
pkgver=1.9.92
pkgrel=1
pkgrel=2
pkgdesc="Sony PlayStation emulator"
url="https://pcsxr.codeplex.com/"
arch="all"
@@ -14,18 +14,10 @@ subpackages="$pkgname-doc $pkgname-lang"
source="http://http.debian.net/debian/pool/main/p/pcsxr/pcsxr_1.9.92.orig.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"

prepare() {
	cd "$builddir"
	default_prepare
	./autogen.sh
}

build() {
	cd "$builddir"
	./autogen.sh
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--target=$CTARGET \
		--prefix=/usr \
		--enable-opengl
	make
-- 
2.15.0




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<87f60542-4e52-fda0-d58a-01b426b317f1@gmail.com>
In-Reply-To
<20171108212146.22429-1-ca6c@bitmessage.ch> (view parent)
Sender timestamp
1515509951
DKIM signature
missing
Download raw message
Hi,

On 11/08/2017 10:21 PM, Cág wrote:
> ---
>   testing/pcsxr/APKBUILD | 12 ++----------
>   1 file changed, 2 insertions(+), 10 deletions(-)
>
> diff --git a/testing/pcsxr/APKBUILD b/testing/pcsxr/APKBUILD
> index 56b52846ef..36fd9d08bd 100644
> --- a/testing/pcsxr/APKBUILD
> +++ b/testing/pcsxr/APKBUILD
> @@ -2,7 +2,7 @@
>   # Maintainer: Cág <ca6c@bitmessage.ch>
>   pkgname=pcsxr
>   pkgver=1.9.92
> -pkgrel=1
> +pkgrel=2
>   pkgdesc="Sony PlayStation emulator"
>   url="https://pcsxr.codeplex.com/"
>   arch="all"
> @@ -14,18 +14,10 @@ subpackages="$pkgname-doc $pkgname-lang"
>   source="http://http.debian.net/debian/pool/main/p/pcsxr/pcsxr_1.9.92.orig.tar.bz2"
>   builddir="$srcdir/$pkgname-$pkgver"
>   
> -prepare() {
> -	cd "$builddir"
> -	default_prepare
> -	./autogen.sh
> -}
> -

autogen.sh belongs to prepare(). So this patch is NACK.

Thanks

/eo



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)