mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/ipheth-pair: Fixed typo and updated README.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ce940be0f3
commit
ec591eab72
3 changed files with 6 additions and 4 deletions
|
@ -3,4 +3,6 @@ Driver. You could also use idevicepair instead, which is shipped with latest
|
|||
libimobiledevice releases. To do so, you have to modify the modprobe
|
||||
configuration file /etc/modprobe.d/ipheth.conf shipped with ipheth-driver
|
||||
(take a look in its doc folder) and the udev rules file
|
||||
/etc/udev/rules.d/90-iphone-tether.rules shipped with this program.
|
||||
/lib/udev/rules.d/90-iphone-tether.rules shipped with this program.
|
||||
|
||||
Modified udev rules should be placed in /etc/udev/rules.d/90-iphone-tether.rules
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ipheth-pair
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -64,7 +64,7 @@ make
|
|||
mkdir -p $PKG/lib/udev
|
||||
install -m 0755 ipheth-pair $PKG/lib/udev/
|
||||
mkdir -p $PKG/lib/udev/rules.d
|
||||
install -m 0644 90-iphone-tether.rules $PKG/libetc/udev/rules.d/
|
||||
install -m 0644 90-iphone-tether.rules $PKG/lib/udev/rules.d/
|
||||
|
||||
# A bit overkill for just a single executable :-P
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="ipheth-pair"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/13.1/ipheth-pair-1.0.tar.bz2"
|
||||
DOWNLOAD="http://sid77.slackware.it/tmp/ipheth-pair-1.0.tar.bz2"
|
||||
MD5SUM="9fd0cc977f3615811755e364937d01b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue