You are not logged in.

#1 2012-06-14 08:52:18

nolochemical
Member
From: St. catharines, Ontario,Canada
Registered: 2009-05-25
Posts: 18
Website

help testing PKGBUILD

# 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. hmm Need a fresh pair of eyes please.


We may only attempt to reverse engineer the future.. for now.
walls/screens|.conkyrc

Offline

#2 2012-06-14 08:59:52

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: help testing PKGBUILD

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

Board footer

Powered by FluxBB