pkgname=traceroute pkgver=2.1.6 pkgrel=1 pkgdesc="Tracks the route taken by packets over an IP network" arch=('x86_64') url="https://traceroute.sourceforge.net/" license=('GPL2') groups=('base') depends=('glibc') source=("https://downloads.sourceforge.net/traceroute/${pkgname}-${pkgver}.tar.gz") md5sums=('94b41044978f4f57c373adc5a32c42d7') build() { cd ${pkgname}-${pkgver} make CFLAGS="$CFLAGS" } package() { cd ${pkgname}-${pkgver} make prefix=/usr DESTDIR=${pkgdir} install }