1 # Maintainer : axlrose <3444542@163.com>
2 pkgname=qtserialport-terminal
6 pkgdesc="This program is a serial port RS232 terminal. It is based on QExtSerialPort 1.1"
7 url="http://www.qt-apps.org/content/show.php/QTSerialPortTerminal?content=77764"
9 #install=${pkgname}.install
12 P="${pkgname}-${pkgver}"
13 source=("http://www.qt-apps.org/CONTENT/content-files/77764-QTSerialPort%${_pkgdate}.zip")
15 arch=('i686' 'x86_64')
23 md5sums=('8f454aea93f9d615d2c7b1adf5efba6e')
29 make DESTDIR="${pkgdir}" install || return 1
30 install -Dm0755 QSerialPortTerminal ${pkgdir}/usr/bin/${pkgname} || return 1