some updates from testing..

This commit is contained in:
2015-08-29 18:09:45 -04:00
parent 2870866232
commit 164032088a
12 changed files with 29 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -159,7 +159,8 @@ mcelog
md5deep
mdadm
mdcrack
megaraid-cli
# superseded by storcli
#megaraid-cli
memtester
mfoc
minicom
@@ -184,7 +185,8 @@ nmap
nmon
ntfs-3g
ntfsfixboot
nwipe
#nwipe #broken since they moved to github(?)
nwipe-git
obnam
open-iscsi
openipmi
@@ -253,6 +255,7 @@ smbclient
s-nail
socat
#star ## do people even USE tape packups anymore?
storcli
strace
stress
sucrack

View File

@@ -0,0 +1,3 @@
#!/bin/bash
sed -i -e 's/build(/package(/g' ${1}

View File

@@ -0,0 +1,3 @@
#!/bin/bash
sed -re 's@^(source=\(").*$@\1https://github.com/kwilczynski/lsi/blob/master/lsiutil/LSIUtil_1.62.zip?raw=true")@g' ${1}

View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [[ ! -f "/usr/lib/libdialog.so" ]];
then
echo "Please run the following: sudo ln -s /usr/lib/libdialog.so.1.2 /usr/lib/libdialog.so"
echo "This package will fail to build otherwise."
fi

View File

@@ -1,3 +1,3 @@
#!/bin/bash
sed -i -e 's/any/x86_64/g' ${1}
sed -i -re "s/'any'/'i686' 'x86_64'/g" ${1}

View File

@@ -3,6 +3,6 @@
set -e
apacman --noconfirm --noedit -S --needed customizepkg-scripting
ln -s /usr/lib/libdialog.so.1.2 /usr/lib/libdialog.so
echo "Done."