From 3925cdea57c550f92e51b0136e230880d26e3906 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 7 Jan 2017 19:53:31 -0500 Subject: [PATCH] Add popstation --- src/popstation/.SRCINFO | 16 ++++++++++++++++ src/popstation/.gitignore | 4 ++++ src/popstation/PKGBUILD | 23 +++++++++++++++++++++++ src/popstation_md/.SRCINFO | 16 ++++++++++++++++ src/popstation_md/.gitignore | 4 ++++ src/popstation_md/PKGBUILD | 23 +++++++++++++++++++++++ 6 files changed, 86 insertions(+) create mode 100644 src/popstation/.SRCINFO create mode 100644 src/popstation/.gitignore create mode 100644 src/popstation/PKGBUILD create mode 100644 src/popstation_md/.SRCINFO create mode 100644 src/popstation_md/.gitignore create mode 100644 src/popstation_md/PKGBUILD diff --git a/src/popstation/.SRCINFO b/src/popstation/.SRCINFO new file mode 100644 index 0000000..a93bd06 --- /dev/null +++ b/src/popstation/.SRCINFO @@ -0,0 +1,16 @@ +# Generated by mksrcinfo v8 +# Sat Nov 26 18:41:10 UTC 2016 +pkgbase = popstation + pkgdesc = Play PSX Games in Sony PSP, One Disc Games + pkgver = 1.0.0 + pkgrel = 3 + url = http://dark-alex.org + arch = i686 + arch = x86_64 + license = GPL + depends = zlib + source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/popstation-1.0.0.tar.gz + sha256sums = 47a1c88518377110b006725b29ac6847bb4cfc8d918395235512d4053972e10b + +pkgname = popstation + diff --git a/src/popstation/.gitignore b/src/popstation/.gitignore new file mode 100644 index 0000000..05c6d4d --- /dev/null +++ b/src/popstation/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!.SRCINFO +!PKGBUILD diff --git a/src/popstation/PKGBUILD b/src/popstation/PKGBUILD new file mode 100644 index 0000000..b6f769d --- /dev/null +++ b/src/popstation/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Gustavo Alvarez +# Contributor: Leandro de Assis + +pkgname=popstation +pkgver=1.0.0 +pkgrel=3 +pkgdesc="Play PSX Games in Sony PSP, One Disc Games" +arch=('i686' 'x86_64') +url='http://dark-alex.org' +license=('GPL') +depends=('zlib') +source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/${pkgname}-${pkgver}.tar.gz") +sha256sums=('47a1c88518377110b006725b29ac6847bb4cfc8d918395235512d4053972e10b') + +build() { + cd "${pkgname}" + make +} + +package() { + cd "${pkgname}" + install popstation -Dm755 "${pkgdir}/usr/bin/popstation" +} diff --git a/src/popstation_md/.SRCINFO b/src/popstation_md/.SRCINFO new file mode 100644 index 0000000..1384b0e --- /dev/null +++ b/src/popstation_md/.SRCINFO @@ -0,0 +1,16 @@ +# Generated by mksrcinfo v8 +# Sat Nov 26 18:42:34 UTC 2016 +pkgbase = popstation_md + pkgdesc = Play PSX Games in Sony PSP, Multiple Disk Games + pkgver = 1.0.0 + pkgrel = 3 + url = http://dark-alex.org/ + arch = i686 + arch = x86_64 + license = GPL + depends = zlib + source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/popstation_md-1.0.0.tar.gz + sha256sums = 3318c344440b1bcb10403ebf647d6b28df15ae9345b5067b05a62fb97b6d3aaf + +pkgname = popstation_md + diff --git a/src/popstation_md/.gitignore b/src/popstation_md/.gitignore new file mode 100644 index 0000000..05c6d4d --- /dev/null +++ b/src/popstation_md/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!.SRCINFO +!PKGBUILD diff --git a/src/popstation_md/PKGBUILD b/src/popstation_md/PKGBUILD new file mode 100644 index 0000000..3301f7c --- /dev/null +++ b/src/popstation_md/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Gustavo Alvarez +# Contributor: Leandro de Assis + +pkgname=popstation_md +pkgver=1.0.0 +pkgrel=3 +pkgdesc="Play PSX Games in Sony PSP, Multiple Disk Games" +arch=('i686' 'x86_64') +url="http://dark-alex.org/" +license=('GPL') +depends=('zlib') +source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/${pkgname}-${pkgver}.tar.gz") +sha256sums=('3318c344440b1bcb10403ebf647d6b28df15ae9345b5067b05a62fb97b6d3aaf') +#options=('!buildflags') + +build() { + make +} + +package() { + install popstation_md -Dm755 "${pkgdir}/usr/bin/popstation_md" +} +