summaryrefslogtreecommitdiff
path: root/community/simh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/simh
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/simh')
-rw-r--r--community/simh/PKGBUILD6
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