You are not logged in.

#1 2003-10-04 21:14:15

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

libnomadii

pkgname=libnomadii
pkgver=0.9
pkgrel=1
pkgdesc="nomadii libs"
url="http://nomadii.sourceforge.net/"
depends=()
conflicts=()
backup=()
install=
source=(http://umn.dl.sourceforge.net/sourceforge/nomadii/$pkgname-$pkgver-alpha.tgz)

# note - you may have to install termcap as a build-time dep.  termcap.h from termcap
#        conflicts with termcap.h from ncurses.  Use your own judgment how you want to deal
#        with this after the build is successful.

build() {
        cd $startdir/src/$pkgname
        sed -i "s%^INSTALLROOT.*%INSTALLROOT=$startdir/pkg/usr/local%g" Makefile
        mkdir $startdir/pkg/usr/local/lib -p
        mkdir $startdir/pkg/usr/local/include -p
        make || return 1
        make install
}

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

Board footer

Powered by FluxBB