diff options
Diffstat (limited to 'community/simh/PKGBUILD')
-rw-r--r-- | community/simh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index 737b69e8f..d3590dcd4 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 20494 2010-07-08 14:10:57Z spupykin $ +# $Id: PKGBUILD 59085 2011-11-21 09:31:01Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: waterbear <st92.at.freeshell.org> @@ -13,7 +13,7 @@ license=("BSD") depends=("libpcap" "glibc") makedepends=("unzip") install=simh.install -source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip" \ +source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip" "LICENSE") md5sums=('e15f65a82e21ea49e14b438326d93d5c' 'd56eefa5d020ee2b77d21280fef80e3d') @@ -23,7 +23,7 @@ build() { mkdir BIN || true find ./VAX -type f -exec sed -i 's#SIM_INLINE##' {} \; - make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include /usr/lib/libpcap.a -lnl' || exit 1 + make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap -lnl' || exit 1 mkdir -p $pkgdir/usr/bin cd BIN |