Nome utente: Password: Ricordami
Criterio di ricerca Ricerca avanzata
Dettagli del pacchetto

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

Archivio :: File :: PKGBUILD

Dipendenze curl

Sorgenti
http://ftp.de.debian.org/debian/pool/main/m/metar/metar_20061030.1.orig.tar.gz
Commento lasciato da: Dragonlord il Mon, 09 Jun 2008 07:46:47 +0000
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.
Commento lasciato da: DrSmall il Sat, 07 Jun 2008 23:18:21 +0000
Sorry. This was my first package. I'll fix it.
Commento lasciato da: Dragonlord il Sat, 07 Jun 2008 10:52:09 +0000
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