[openbox] SVN PKGBUILD for ArchLinux

Dana Jansens danakj at orodu.net
Mon May 14 10:34:58 EDT 2007


Neet. I'd be interested in one for the 3.4 preview release which will
be out shortly (this week). I'd definitely like to include that on the
website. Thanks.

On 5/14/07, eveel <ezd at 2-u.ru> wrote:
> Hello.
> I've written the ArchLinux PKGBUILD for Openbox (svn build).
> Please, upload this file to the openbox's site.
>
> # Contributor: Ustalov Dmitry aka eveel <ezd at 2-u.ru>
>
> pkgname=openbox-svn
> pkgver=`date '+%Y%m%d'`
> pkgrel=`date '+%H%M%S'`
> pkgdesc="Openbox window manager"
> arch=(i686 x86_64)
> url="http://www.openbox.org/"
> license=('GPL')
> depends=('xorg' 'xorg-xsm' 'glib2' 'pango' 'libxml2' 'libxcursor')
> makedepends=('imake')
> provides=('openbox')
> conflicts=('openbox')
> replaces=('openbox')
> source=()
> md5sums=()
>
> _svntrunk=svn://svn.icculus.org/openbox/trunk/
> _svnmod=openbox
>
> build() {
>   cd $startdir/src
>
>   svn co $_svntrunk --config-dir ./ $_svnmod
>   cp -R $_svnmod $pkgname-$pkgver
>   cd $pkgname-$pkgver
>
>   ./bootstrap || return 1
>
>   ./configure \
>     --prefix=/usr \
>     --sysconfdir=/etc \
>     --localstatedir=/var \
>     --enable-session-management \
>     --disable-startup-notification
>
>   make || return 1
>   make DESTDIR=$startdir/pkg install
> }
>
>



More information about the openbox mailing list