cleaned up pcs-a6le
This commit is contained in:
parent
08811af371
commit
94d1ac13dd
|
@ -1,45 +1,33 @@
|
||||||
# Maintainer: Christoffer Müller Madsen <christoffer.m.madsen@thedevcave.net>
|
# Maintainer: Christoffer Müller Madsen <christoffer.m.madsen@thedevcave.net>
|
||||||
pkgname=pcs
|
pkgname=pcs
|
||||||
pkgver=8.4_a6le
|
pkgver=8.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc=""
|
pkgdesc="Scheme interpreter"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="http://www.scheme.com"
|
url="http://www.scheme.com/petitechezscheme.html"
|
||||||
license=('unkown')
|
license=('custom')
|
||||||
groups=()
|
|
||||||
depends=()
|
|
||||||
makedepends=()
|
|
||||||
checkdepends=()
|
|
||||||
optdepends=()
|
|
||||||
provides=()
|
|
||||||
conflicts=()
|
|
||||||
replaces=()
|
|
||||||
backup=()
|
|
||||||
options=()
|
|
||||||
install=
|
install=
|
||||||
changelog=
|
changelog=
|
||||||
source=("http://www.scheme.com/download/${pkgname}v${pkgver//_/-}.tar.gz")
|
source=("${pkgname}v${pkgver}-a6le.tar.gz::http://www.scheme.com/download/${pkgname}v${pkgver}-a6le.tar.gz")
|
||||||
noextract=()
|
|
||||||
md5sums=("fc6729407dc9c4eca7903b890e26ae29")
|
md5sums=("fc6729407dc9c4eca7903b890e26ae29")
|
||||||
validpgpkeys=()
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "csv8.4"
|
cd "csv${pkgver}"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "csv8.4/custom"
|
cd "csv${pkgver}/custom"
|
||||||
./configure --installprefix=/usr --temproot="$pkgdir/"
|
./configure --installprefix=/usr --temproot="$pkgdir/"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "csv8.4/custom"
|
cd "csv${pkgver}/custom"
|
||||||
#TODO: check if build succeded
|
#TODO: check if build succeded
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "csv8.4/custom"
|
cd "csv${pkgver}/custom"
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user