You are not logged in.

#1 2003-10-04 13:03:58

andy
Member
From: Germany
Registered: 2002-10-11
Posts: 374

slrn

The new versions of the PKGBUILDs include md5sums.

The slrn package puts its config file now in /etc (as should be done as indicated by Judd).

And the dosbox man page now points to the right location for the README.

Here are the PKGBUILDS :

# Contributor: Andreas Schweitzer <sig11@gmx.net>
pkgname=slrn
pkgver=0.9.8.0
pkgrel=2
pkgdesc="A powerful text mode news reader"
url="http://slrn.sourceforge.net/"
depends=('slang' 'openssl')
conflicts=()
backup=(etc/slrn.rc)
install=()
source=(http://download.sourceforge.net/slrn/$pkgname-$pkgver.tar.bz2)
md5sums=('47e9931771114ba192356a0473e9649e')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --enable-spool --with-slrnpull --with-ssl --prefix=/usr --sysconfdir=/etc || exit 1
  make || exit 1
  (cd doc && sed -i s/"(/usr/local/)(.*)(by default)"/"/usr/2for this installation"/g slrn.1) || exit 1
  (cd doc && sed -i s/"/usr/etc"/"/etc"/g slrn.1) || exit 1
  make prefix=$startdir/pkg/usr install || exit 1
  # The sample slrn.rc is often used as default.
  install -d $startdir/pkg/etc || exit 1
  install doc/slrn.rc $startdir/pkg/etc/ || exit 1
  # those are useful samples
  install -d $startdir/pkg/usr/share/slrn/samples || exit 1
  install doc/score.sl $startdir/pkg/usr/share/slrn/samples/ || exit 1
  install doc/slrnpull/slrn.rc $startdir/pkg/usr/share/slrn/samples/slrn.rc.slrnpull || exit 1
  install doc/slrnpull/slrnpull.conf $startdir/pkg/usr/share/slrn/samples/ || exit 1
}
# Contributor: Andreas Schweitzer <sig11@gmx.net>
pkgname=dosbox
pkgver=0.58
pkgrel=2
pkgdesc="A DOS emulator primarily for playing the good old VGA/EGA games"
url="http://dosbox.sourceforge.net/"
depends=('sdl' 'audiofile' 'xfree86' 'libpng')
conflicts=()
backup=()
install=()
source=(http://download.sourceforge.net/dosbox/$pkgname-$pkgver.tar.gz)
md5sums=('91c49a597134f35f899d32a8b253205b')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --enable-shots --prefix=/usr || exit 1
  make || exit 1
  (cd docs && sed -i s/"/usr/share/doc"/"/usr/share"/g dosbox.1) || exit 1
  make prefix=$startdir/pkg/usr install || exit 1
  install -d $startdir/pkg/usr/share/dosbox || exit 1
  # This README is not visible on the dosbox homepage and contains
  # important information
  install README $startdir/pkg/usr/share/dosbox/ || exit 1
}

Offline

#2 2003-10-26 05:20:22

Jagged
Member
From: Blacksburg, VA
Registered: 2003-07-18
Posts: 153

Re: slrn

sdl_net is a dependency as well


Nkawtg...n!

Offline

Board footer

Powered by FluxBB