switch from svn to bzr for source, streamboard currently awol
This commit is contained in:
@ -28,7 +28,6 @@ RUN \
|
||||
pcsc-lite \
|
||||
pcsc-lite-libs && \
|
||||
|
||||
|
||||
# compile oscam from source
|
||||
bzr branch lp:oscam /tmp/oscam-svn && \
|
||||
cd /tmp/oscam-svn && \
|
||||
@ -45,10 +44,10 @@ RUN \
|
||||
LEDSUPPORT \
|
||||
READ_SDT_CHARSETS && \
|
||||
make \
|
||||
OSCAM_BIN=/usr/bin/oscam \
|
||||
NO_PLUS_TARGET=1 \
|
||||
CONF_DIR=/config \
|
||||
DEFAULT_PCSC_FLAGS="-I/usr/include/PCSC" \
|
||||
NO_PLUS_TARGET=1 \
|
||||
OSCAM_BIN=/usr/bin/oscam \
|
||||
pcsc-libusb && \
|
||||
|
||||
# fix broken permissions from pcscd install.
|
||||
@ -63,7 +62,8 @@ RUN \
|
||||
curl -o \
|
||||
/tmp/omnikey.tar.gz -L \
|
||||
https://www.hidglobal.com/sites/default/files/drivers/ifdokccid_linux_x86_64-v4.2.8.tar.gz && \
|
||||
tar xzf /tmp/omnikey.tar.gz -C \
|
||||
tar xzf \
|
||||
/tmp/omnikey.tar.gz -C \
|
||||
/tmp/omnikey --strip-components=2 && \
|
||||
cd /tmp/omnikey && \
|
||||
./install && \
|
||||
|
Reference in New Issue
Block a user