You are not logged in.
Pages: 1
My first package - not so simple to make so any comments will be welcome
#PACKAGER= Dawid Ciezarkiewicz "Arael" <arael@fov.pl>
pkgname=boost
pkgver=1_31
pkgrel=0
pkgdesc="Boost C++ library"
url="http://boost.org"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://heanet.dl.sourceforge.net/sourceforge/boost/${pkgname}_${pkgver}_${pkgrel}.tar.gz)
md5sums=('c19ed169de6e76de91f2a1602fb1c688')
build() {
cd $startdir/src/${pkgname}_${pkgver}_${pkgrel}/tools/build/jam_src
echo WARRNING - PACKAGE CONFIG MADE FOR LINUXx86 ONLY - LOOK AT PKGCONFIG AND SETUP GOOD PATH
sh ./build.sh
cd $startdir/src/${pkgname}_${pkgver}_${pkgrel}
##
# HERE !!!
##
PATH=$PATH:tools/build/jam_src/bin.linuxx86/
bjam --prefix=/usr || return 1
bjam --prefix=$startdir/pkg/usr install
cd $startdir/pkg/usr/include/
ln -s ${pkgname}-${pkgver}/boost ./
}
this strange warring could not be ommited becouse i don't know what dirs are created when compiling bjam on other platforms ...
strange version name is not my fanabery ...
jabber id: arael (at) fov (dot) pl
Offline
My goal is to compile open aether [url] http://www.openaether.org [/url] for arch for developers interested in jabber. Compilation is horrible so it'll be beter just to one people get busy discovering howto build it. Next packages will be: oapr, xerces-c and everything else needed for oather.
jabber id: arael (at) fov (dot) pl
Offline
Pages: 1