You are not logged in.

#1 2004-12-17 12:11:30

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

[New] gsfv-0.2.1

PKGBUILD

pkgname=gsfv
pkgver=0.2.1
pkgrel=1
pkgdesc="GSFV is a graphical interface written in GTK+ for manipulating .sfv (Simple File Verification) files."
url="http://www.localhost.nu/apps/gsfv/"
groups=
provides=
depends=('gtk>=1.2.0')
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://www.localhost.nu/apps/gsfv/$pkgname-$pkgver.tar.gz)
md5sums=('0864ae323e40511d656c4f9ee80343e6')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

filelist

.FILELIST
.PKGINFO
usr/
usr/bin/
usr/bin/gsfv

GSFV is a graphical tool to verify and create .sfv files. It's pretty old, I know, but it gets the job done. smile

Get the files at the usual place


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

Board footer

Powered by FluxBB