You are not logged in.
# Maintainer: Victor Phelemba <nolochemical at kodemind dot com>
pkgname=lua-spore
pkgver=0.2.0
pkgrel=1
pkgdesc="lua Spore is an implementation of SPORE (Specification to a POrtable Rest Environment)."
url="http://fperrad.github.com/lua-Spore/"
license=('MIT')
depends=('lua')
arch=('i686' 'x86_64')
options=()
source=("https://github.com/downloads/fperrad/lua-Spore/$pkgname-$pkgver.tar.gz")
md5sums=('348d9a293b7917a5e39ebecf89d69615')
package() {
mkdir -p ${pkgdir}/usr/bin
cp ${srcdir}/${pkgname}-${pkgver}/src/discovery2spore ${pkgdir}/usr/bin
make PREFIX=/usr install || return 1
}
Everything looks okay, but it says file not found. Im thinking to simply omit the file but it does something.
Need a fresh pair of eyes please.
We may only attempt to reverse engineer the future.. for now.
walls/screens|.conkyrc
Offline
pkgname is lua-sport, source un-tars to lua-Spore.
And you don't even cd to the src directory for make install (which should be done prior to copying any extra files anyway).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline