metar 20061030.1-1
http://packages.debian.org/unstable/utils/metar
An utility to download/decode METAR reports.
unsupported :: network
Responsabile: DrSmall
Voti: 2
Licenza: GPL
Ultimo aggiornamento: Sat, 07 Jun 2008 23:21:54 +0000
Data di primo invio: Fri, 06 Jun 2008 23:06:29 +0000
Dipendenze curl
Quick response, nice! No problem, keep up your work.
Just a small one, the next time you make bigger changes to the PKGBUILD, don't forget to rise the pkgrel number.
Sorry. This was my first package. I'll fix it.
Namcap shows this (man pages belongs to /usr/share/man):
$ namcap metar-1-1-i686.pkg.tar.gz
metar E: Dependency detected and not included (curl) from files ['usr/bin/metar']
metar W: Directory (usr/share/) is empty
Why not use the usual way:
pkgname=metar
pkgver=20061030.1
pkgrel=1
pkgdesc="An utility to download/decode METAR reports."
arch=('i686')
url="http://packages.debian.org/unstable/utils/metar"
license=('GPL')
depends=('curl')
source=(http://ftp.de.debian.org/debian/pool/main/m/$pkgname/${pkgname}_${pkgver}.orig.tar.gz)
md5sums=('9349aee1e492473aabc846db8b35c348')
build() {
cd "${startdir}/src/$pkgname-$pkgver"
./configure --prefix=/usr -mandir=/usr/share/man
make || return 1
make DESTDIR=${pkgdir} install
}
v1.6.0