@@ -18,7 +18,7 @@ def setup():
|
||||
-DPYTHON_LIBRARY=/usr/lib/python2.7 \
|
||||
-DCMAKE_SKIP_BUILD_RPATH=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DEXAMPLES=OFF -DFTDI_EEPROM=OFF")
|
||||
-DEXAMPLES=OFF -DFTDI_EEPROM=ON")
|
||||
|
||||
|
||||
def build():
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- 99-libftdi.rules.orig 2014-02-05 18:24:11.000000000 +0200
|
||||
+++ packages/99-libftdi.rules 2014-05-25 13:57:47.482994692 +0300
|
||||
@@ -5,4 +5,4 @@
|
||||
@@ -5,7 +5,7 @@
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0664", GROUP="plugdev"
|
||||
|
||||
# FTDI Devices: FT4232HL/Q
|
||||
|
||||
@@ -12,10 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library for accessing to FTDI USB chips</Summary>
|
||||
<Description>libftdi allows access to eeprom and bitbang modes of FT232/245/2232 USB serial interface chips.</Description>
|
||||
<Archive sha1sum="f05ade5614aa31e64f91a30ce3782f7ca3704d18" type="tarbz2">http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="636b9fcc745bf4eeb027a1dd891f770158444f7a" type="tarbz2">http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>swig</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- FIXME: GROUP conversion here (plugdev->pnp) -->
|
||||
@@ -27,6 +31,7 @@
|
||||
<Name>libftdi</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -67,11 +72,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-0-24</Date>
|
||||
<Version>1.1</Version>
|
||||
<Date>2016-03-26</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user