mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge pull request #3035 from CvH/9.0/cleanup_pkg-any
cleanup package.mk
This commit is contained in:
commit
dcb8ca2c43
@ -4,13 +4,10 @@
|
|||||||
PKG_NAME="Adafruit_Python_ADS1x15"
|
PKG_NAME="Adafruit_Python_ADS1x15"
|
||||||
PKG_VERSION="a963cc0ee83e2ba6d671b02df5febf7250f626aa"
|
PKG_VERSION="a963cc0ee83e2ba6d671b02df5febf7250f626aa"
|
||||||
PKG_SHA256="2f81a9a6b7b7f46b79faa5b01df0c25fa5f16af80842d74e35b5fbf01ab0c619"
|
PKG_SHA256="2f81a9a6b7b7f46b79faa5b01df0c25fa5f16af80842d74e35b5fbf01ab0c619"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the ADS1015 and ADS1115 analog to digital converters with a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python ADS1x15 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the ADS1015 and ADS1115 analog to digital converters with a Raspberry Pi or BeagleBone black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_ADXL345"
|
PKG_NAME="Adafruit_Python_ADXL345"
|
||||||
PKG_VERSION="dca3d90b5477a304fa130f5cc90ea59e3968ce6f"
|
PKG_VERSION="dca3d90b5477a304fa130f5cc90ea59e3968ce6f"
|
||||||
PKG_SHA256="22ec0fc6679cc3e9b5f0aff5cfeef34cbbf13e59aecfb829c2f0dc2d90b5fb8b"
|
PKG_SHA256="22ec0fc6679cc3e9b5f0aff5cfeef34cbbf13e59aecfb829c2f0dc2d90b5fb8b"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the ADXL345 triple-axis accelerometer over I2C with a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python ADXL345 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the ADXL345 triple-axis accelerometer over I2C with a Raspberry Pi or BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_BMP"
|
PKG_NAME="Adafruit_Python_BMP"
|
||||||
PKG_VERSION="e8521e969afae3321d9789353d7e92ea9a5e9a56"
|
PKG_VERSION="e8521e969afae3321d9789353d7e92ea9a5e9a56"
|
||||||
PKG_SHA256="e5e140c34e312f6a00c62b1bd47ebe3f1857009b1c202c18c7b092ebb2e1eb9c"
|
PKG_SHA256="e5e140c34e312f6a00c62b1bd47ebe3f1857009b1c202c18c7b092ebb2e1eb9c"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python BMP Library"
|
|
||||||
PKG_LONGDESC="Python library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi or Beaglebone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_CharLCD"
|
PKG_NAME="Adafruit_Python_CharLCD"
|
||||||
PKG_VERSION="bc75cad284766240424f29dc8e7b84d0caceb72e"
|
PKG_VERSION="bc75cad284766240424f29dc8e7b84d0caceb72e"
|
||||||
PKG_SHA256="eae4b446162feb533a469a9dacf6e750250f925561c9f7983a11d340e1dd98d4"
|
PKG_SHA256="eae4b446162feb533a469a9dacf6e750250f925561c9f7983a11d340e1dd98d4"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python library for accessing Adafruit character LCDs from a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python CharLCD Library"
|
|
||||||
PKG_LONGDESC="Python library for accessing Adafruit character LCDs from a Raspberry Pi or BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="Adafruit_Python_DHT"
|
PKG_NAME="Adafruit_Python_DHT"
|
||||||
PKG_VERSION="18846deec6a96572b3f2c4a9edfb5bac55b46f5b"
|
PKG_VERSION="18846deec6a96572b3f2c4a9edfb5bac55b46f5b"
|
||||||
PKG_SHA256="9125f8f42b4874db257a45184b866e8b424aa67230d2ffbc734b53686da7817f"
|
PKG_SHA256="9125f8f42b4874db257a45184b866e8b424aa67230d2ffbc734b53686da7817f"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python DHT Library"
|
|
||||||
PKG_LONGDESC="Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_GPIO"
|
PKG_NAME="Adafruit_Python_GPIO"
|
||||||
PKG_VERSION="c543d1df9c0a71bafb9f0a1f9dceecd79a920e74"
|
PKG_VERSION="c543d1df9c0a71bafb9f0a1f9dceecd79a920e74"
|
||||||
PKG_SHA256="d3cb74fd033ebe5aea1786a584d64ef5eb8082ef2bf0a568b01691612cd04e88"
|
PKG_SHA256="d3cb74fd033ebe5aea1786a584d64ef5eb8082ef2bf0a568b01691612cd04e88"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Library to provide a cross-platform GPIO interface on the Raspberry Pi ."
|
||||||
PKG_SHORTDESC="Adafruit Python GPIO Library"
|
|
||||||
PKG_LONGDESC="Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO librarie"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_LED_Backpack"
|
PKG_NAME="Adafruit_Python_LED_Backpack"
|
||||||
PKG_VERSION="e34b9548e86e63747563a94f02b65b2980fdefff"
|
PKG_VERSION="e34b9548e86e63747563a94f02b65b2980fdefff"
|
||||||
PKG_SHA256="244d2625cdaebdc68e299fedde276efa5c9f7c143681c4ee056fb8350a4f7167"
|
PKG_SHA256="244d2625cdaebdc68e299fedde276efa5c9f7c143681c4ee056fb8350a4f7167"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python library for controlling LED backpack displays."
|
||||||
PKG_SHORTDESC="Python library for controlling LED backpack displays."
|
|
||||||
PKG_LONGDESC="Python library for controlling LED backpack displays such as 8x8 matrices, bar graphs, and 7/14-segment displays on a Raspberry Pi or BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_LSM303"
|
PKG_NAME="Adafruit_Python_LSM303"
|
||||||
PKG_VERSION="37d288844515d7bb62a2329982eb033e92dceceb"
|
PKG_VERSION="37d288844515d7bb62a2329982eb033e92dceceb"
|
||||||
PKG_SHA256="609591f2add15e849d3bba320417c705a50a3ed077632baf20c12c8b740d5331"
|
PKG_SHA256="609591f2add15e849d3bba320417c705a50a3ed077632baf20c12c8b740d5331"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the LSM303 accelerometer & magnetometer with Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python LSM303 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the LSM303 accelerometer & magnetometer with Raspberry Pi & BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_MCP3008"
|
PKG_NAME="Adafruit_Python_MCP3008"
|
||||||
PKG_VERSION="e721d26e650c99b0f6d3efd4ec30444e1adf5ccd"
|
PKG_VERSION="e721d26e650c99b0f6d3efd4ec30444e1adf5ccd"
|
||||||
PKG_SHA256="f5e4c847a87716c16f0209df95c281b5071549644a79a143a77b212f25c464dc"
|
PKG_SHA256="f5e4c847a87716c16f0209df95c281b5071549644a79a143a77b212f25c464dc"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the MCP3008 analog to digital converter with a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python MCP3008 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the MCP3008 analog to digital converter with a Raspberry Pi or BeagleBone black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_MCP4725"
|
PKG_NAME="Adafruit_Python_MCP4725"
|
||||||
PKG_VERSION="4d028bbcf58b011a8f14c5d95057b7e1dcc1064e"
|
PKG_VERSION="4d028bbcf58b011a8f14c5d95057b7e1dcc1064e"
|
||||||
PKG_SHA256="6ebbd1f76807b01dc2b723064e52b0c82fc45388265b8ec867e0a42a46a6e926"
|
PKG_SHA256="6ebbd1f76807b01dc2b723064e52b0c82fc45388265b8ec867e0a42a46a6e926"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the MCP4725 digital to analog converter with a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python MCP4725 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the MCP4725 digital to analog converter with a Raspberry Pi or BeagleBone black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_PCA9685"
|
PKG_NAME="Adafruit_Python_PCA9685"
|
||||||
PKG_VERSION="f86db2ca5de379748afd71e379ce2155f47d21e7"
|
PKG_VERSION="f86db2ca5de379748afd71e379ce2155f47d21e7"
|
||||||
PKG_SHA256="46e11dcfbfaab5756ddeb6ab31740cf8c7419ec1d32be2519f19882e7d86e426"
|
PKG_SHA256="46e11dcfbfaab5756ddeb6ab31740cf8c7419ec1d32be2519f19882e7d86e426"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the PCA9685 PWM servo/LED controller with a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python PCA9685 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the PCA9685 PWM servo/LED controller with a Raspberry Pi or BeagleBone black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_PureIO"
|
PKG_NAME="Adafruit_Python_PureIO"
|
||||||
PKG_VERSION="6f4976d91c52d70b67b28bba75a429b5328a52c1"
|
PKG_VERSION="6f4976d91c52d70b67b28bba75a429b5328a52c1"
|
||||||
PKG_SHA256="891a4d077fe6610de6aa4b0dc5b9933a6c7db3492072df60c0383662f28c2ae9"
|
PKG_SHA256="891a4d077fe6610de6aa4b0dc5b9933a6c7db3492072df60c0383662f28c2ae9"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Pure python access to Linux IO including I2C and SPI."
|
||||||
PKG_SHORTDESC="Pure python access to Linux IO including I2C and SPI."
|
|
||||||
PKG_LONGDESC="Pure python access to Linux IO including I2C and SPI. Drop in replacement for smbus and spidev modules."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,13 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_SI1145"
|
PKG_NAME="Adafruit_Python_SI1145"
|
||||||
PKG_VERSION="18c400643b39dbf29ab7ff8e74ab0c5c36ef5cf1"
|
PKG_VERSION="18c400643b39dbf29ab7ff8e74ab0c5c36ef5cf1"
|
||||||
PKG_SHA256="0238b2c01cfbb2890ae78468d2fc19c815748fc94860a4eb92b649d074476264"
|
PKG_SHA256="0238b2c01cfbb2890ae78468d2fc19c815748fc94860a4eb92b649d074476264"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/THP-JOE/Python_SI1145"
|
PKG_SITE="https://github.com/THP-JOE/Python_SI1145"
|
||||||
PKG_URL="https://github.com/THP-JOE/Python_SI1145/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/THP-JOE/Python_SI1145/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="Python_SI1145-$PKG_VERSION*"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
|
||||||
PKG_SHORTDESC="Python library for the SI1145"
|
|
||||||
PKG_LONGDESC="Python library for accessing the SI1145 temperature sensor on a Raspberry Pi"
|
PKG_LONGDESC="Python library for accessing the SI1145 temperature sensor on a Raspberry Pi"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_SSD1306"
|
PKG_NAME="Adafruit_Python_SSD1306"
|
||||||
PKG_VERSION="8819e2d203df49f2843059d981b7347d9881c82b"
|
PKG_VERSION="8819e2d203df49f2843059d981b7347d9881c82b"
|
||||||
PKG_SHA256="ed1163dee2fe6c0c2065a429e1d93cff7397a309071ff83714c84566739680a2"
|
PKG_SHA256="ed1163dee2fe6c0c2065a429e1d93cff7397a309071ff83714c84566739680a2"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
|
||||||
PKG_SHORTDESC="Adafruit Python SSD1306 Library"
|
|
||||||
PKG_LONGDESC="SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs."
|
PKG_LONGDESC="SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs."
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_TCS34725"
|
PKG_NAME="Adafruit_Python_TCS34725"
|
||||||
PKG_VERSION="6306f90b4601237a852acef89eeecc1261ce38b3"
|
PKG_VERSION="6306f90b4601237a852acef89eeecc1261ce38b3"
|
||||||
PKG_SHA256="f2c3218551da55d7fdbe2499a6ffa3a0b8ed1709e4402c6b0e0f37b17d4aa81f"
|
PKG_SHA256="f2c3218551da55d7fdbe2499a6ffa3a0b8ed1709e4402c6b0e0f37b17d4aa81f"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the TCS34725 color sensor with the Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python TCS34725 Library"
|
|
||||||
PKG_LONGDESC="Python code to use the TCS34725 color sensor with the Raspberry Pi & BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_VCNL40xx"
|
PKG_NAME="Adafruit_Python_VCNL40xx"
|
||||||
PKG_VERSION="5c72575b7390fbedfae0b5fb2a881ca9efe9ca22"
|
PKG_VERSION="5c72575b7390fbedfae0b5fb2a881ca9efe9ca22"
|
||||||
PKG_SHA256="78346836965562720248138203a4af9dc6aa18815bda2a5b7842e3b9af9d1ea8"
|
PKG_SHA256="78346836965562720248138203a4af9dc6aa18815bda2a5b7842e3b9af9d1ea8"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to use the VCNL4000 & VCNL4010 proximity sensors with the Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python VCNL40xx Library"
|
|
||||||
PKG_LONGDESC="Python code to use the VCNL4000 & VCNL4010 proximity sensors with the Raspberry Pi & BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,12 +4,9 @@
|
|||||||
PKG_NAME="Adafruit_Python_WS2801"
|
PKG_NAME="Adafruit_Python_WS2801"
|
||||||
PKG_VERSION="d0c190715ffef1b00e5ffa2d7b7560e7f8ed4263"
|
PKG_VERSION="d0c190715ffef1b00e5ffa2d7b7560e7f8ed4263"
|
||||||
PKG_SHA256="6219edb5c1d767ff950f5020bacdfb5ba608b4995eb14d6073fdec2f17f584cb"
|
PKG_SHA256="6219edb5c1d767ff950f5020bacdfb5ba608b4995eb14d6073fdec2f17f584cb"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
||||||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="Python code to control WS2801 and similar SPI interface addressable RGB LED strips on a Raspberry Pi."
|
||||||
PKG_SHORTDESC="Adafruit Python WS2801 Library"
|
|
||||||
PKG_LONGDESC="Python code to control WS2801 and similar SPI interface addressable RGB LED strips on a Raspberry Pi & BeagleBone Black."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -8,7 +8,7 @@ PKG_LICENSE="BSD"
|
|||||||
PKG_SITE="http://argtable.sourceforge.net/"
|
PKG_SITE="http://argtable.sourceforge.net/"
|
||||||
PKG_URL="https://downloads.sourceforge.net/project/argtable/argtable/argtable-${PKG_VERSION}/argtable2-${PKG_VERSION:2:4}.tar.gz"
|
PKG_URL="https://downloads.sourceforge.net/project/argtable/argtable/argtable-${PKG_VERSION}/argtable2-${PKG_VERSION:2:4}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Argtable is an open source ANSI C library that parses GNU-style command-line options"
|
PKG_LONGDESC="Argtable is an open source ANSI C library that parses GNU-style command-line options."
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="bash"
|
PKG_NAME="bash"
|
||||||
PKG_VERSION="4.3.46"
|
PKG_VERSION="4.3.46"
|
||||||
PKG_SHA256="fc7131bbc3139db143ec9fe03fd4e6bd3636bdf53e6956065b261f034b6af74b"
|
PKG_SHA256="fc7131bbc3139db143ec9fe03fd4e6bd3636bdf53e6956065b261f034b6af74b"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/bash/bash.html"
|
PKG_SITE="http://www.gnu.org/software/bash/bash.html"
|
||||||
PKG_URL="ftp://ftp.cwru.edu/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="ftp://ftp.cwru.edu/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain ncurses"
|
PKG_DEPENDS_TARGET="toolchain ncurses"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="The GNU Bourne Again shell."
|
||||||
PKG_SHORTDESC="The GNU Bourne Again shell"
|
|
||||||
PKG_LONGDESC="The GNU Bourne Again shell"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-curses \
|
PKG_CONFIGURE_OPTS_TARGET="--with-curses \
|
||||||
--enable-readline \
|
--enable-readline \
|
||||||
|
@ -5,14 +5,11 @@
|
|||||||
PKG_NAME="ccid"
|
PKG_NAME="ccid"
|
||||||
PKG_VERSION="1.4.28"
|
PKG_VERSION="1.4.28"
|
||||||
PKG_SHA256="875836ac5d9d952b40dc1a253a726e74361671864d81337285a3260268f8ade0"
|
PKG_SHA256="875836ac5d9d952b40dc1a253a726e74361671864d81337285a3260268f8ade0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://pcsclite.alioth.debian.org/ccid.html"
|
PKG_SITE="http://pcsclite.alioth.debian.org/ccid.html"
|
||||||
PKG_URL="https://alioth.debian.org/frs/download.php/latestfile/112/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://alioth.debian.org/frs/download.php/latestfile/112/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain pcsc-lite"
|
PKG_DEPENDS_TARGET="toolchain pcsc-lite"
|
||||||
PKG_SECTION="driver"
|
PKG_LONGDESC="A generic USB Chip/Smart Card Interface Devices driver."
|
||||||
PKG_SHORTDESC="CCID free software driver"
|
|
||||||
PKG_LONGDESC="CCID free software driver"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --enable-twinserial"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --enable-twinserial"
|
||||||
|
@ -5,9 +5,8 @@
|
|||||||
PKG_NAME="at-spi2-atk"
|
PKG_NAME="at-spi2-atk"
|
||||||
PKG_VERSION="2.26.2"
|
PKG_VERSION="2.26.2"
|
||||||
PKG_SHA256="61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e"
|
PKG_SHA256="61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.gnome.org/"
|
PKG_SITE="http://www.gnome.org/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${PKG_VERSION:0:4}/at-spi2-atk-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${PKG_VERSION:0:4}/at-spi2-atk-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain at-spi2-core atk libX11 libxml2"
|
PKG_DEPENDS_TARGET="toolchain at-spi2-core atk libX11 libxml2"
|
||||||
PKG_SHORTDESC="A GTK+ module that bridges ATK to D-Bus at-spi"
|
PKG_LONGDESC="A GTK+ module that bridges ATK to D-Bus at-spi."
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="at-spi2-core"
|
PKG_NAME="at-spi2-core"
|
||||||
PKG_VERSION="2.28.0"
|
PKG_VERSION="2.28.0"
|
||||||
PKG_SHA256="42a2487ab11ce43c288e73b2668ef8b1ab40a0e2b4f94e80fca04ad27b6f1c87"
|
PKG_SHA256="42a2487ab11ce43c288e73b2668ef8b1ab40a0e2b4f94e80fca04ad27b6f1c87"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.gnome.org/"
|
PKG_SITE="http://www.gnome.org/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKG_VERSION:0:4}/at-spi2-core-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKG_VERSION:0:4}/at-spi2-core-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain atk dbus glib libXtst"
|
PKG_DEPENDS_TARGET="toolchain atk dbus glib libXtst"
|
||||||
PKG_LONGDESC="Protocol definitions and daemon for D-Bus at-spi"
|
PKG_LONGDESC="Protocol definitions and daemon for D-Bus at-spi."
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET="-Denable_docs=false \
|
PKG_MESON_OPTS_TARGET="-Denable_docs=false \
|
||||||
-Denable-introspection=no"
|
-Denable-introspection=no"
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="atk"
|
PKG_NAME="atk"
|
||||||
PKG_VERSION="2.29.1"
|
PKG_VERSION="2.29.1"
|
||||||
PKG_SHA256="1aa7707c6297c1797fe4d79a22a57ede4d5586b0f7a3b30e886d7ca9d75f20da"
|
PKG_SHA256="1aa7707c6297c1797fe4d79a22a57ede4d5586b0f7a3b30e886d7ca9d75f20da"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://library.gnome.org/devel/atk/"
|
PKG_SITE="http://library.gnome.org/devel/atk/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/atk/${PKG_VERSION:0:4}/atk-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/atk/${PKG_VERSION:0:4}/atk-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain glib glib:host"
|
PKG_DEPENDS_TARGET="toolchain glib glib:host"
|
||||||
PKG_LONGDESC="ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications."
|
PKG_LONGDESC="Provides the set of accessibility interfaces that are implemented by other applications."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET="-Ddocs=false \
|
PKG_MESON_OPTS_TARGET="-Ddocs=false \
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="cups"
|
PKG_NAME="cups"
|
||||||
PKG_VERSION="2.2.8"
|
PKG_VERSION="2.2.8"
|
||||||
PKG_SHA256="8f87157960b9d80986f52989781d9de79235aa060e05008e4cf4c0a6ef6bca72"
|
PKG_SHA256="8f87157960b9d80986f52989781d9de79235aa060e05008e4cf4c0a6ef6bca72"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.cups.org"
|
PKG_SITE="http://www.cups.org"
|
||||||
PKG_URL="https://github.com/apple/cups/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/apple/cups/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain openssl zlib"
|
PKG_DEPENDS_TARGET="toolchain openssl zlib"
|
||||||
PKG_LONGDESC="CUPS printing system"
|
PKG_LONGDESC="CUPS printing system."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
PKG_NAME="gdk-pixbuf"
|
PKG_NAME="gdk-pixbuf"
|
||||||
PKG_VERSION="2.36.12"
|
PKG_VERSION="2.36.12"
|
||||||
PKG_SHA256="fff85cf48223ab60e3c3c8318e2087131b590fd6f1737e42cb3759a3b427a334"
|
PKG_SHA256="fff85cf48223ab60e3c3c8318e2087131b590fd6f1737e42cb3759a3b427a334"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.gtk.org/"
|
PKG_SITE="http://www.gtk.org/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-$PKG_VERSION.tar.xz"
|
||||||
|
@ -5,13 +5,11 @@
|
|||||||
PKG_NAME="gtk3"
|
PKG_NAME="gtk3"
|
||||||
PKG_VERSION="3.22.30"
|
PKG_VERSION="3.22.30"
|
||||||
PKG_SHA256="a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
|
PKG_SHA256="a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.gtk.org/"
|
PKG_SITE="http://www.gtk.org/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKG_VERSION:0:4}/gtk+-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKG_VERSION:0:4}/gtk+-$PKG_VERSION.tar.xz"
|
||||||
PKG_SOURCE_DIR="gtk+-$PKG_VERSION"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain at-spi2-atk atk cairo gdk-pixbuf glib libX11 libXi libXrandr libepoxy pango"
|
PKG_DEPENDS_TARGET="toolchain at-spi2-atk atk cairo gdk-pixbuf glib libX11 libXi libXrandr libepoxy pango"
|
||||||
PKG_LONGDESC="The Gimp ToolKit (GTK) is a library for creating graphical user interfaces for the X Window System."
|
PKG_LONGDESC="A library for creating graphical user interfaces for the X Window System."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-cups \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-cups \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
PKG_NAME="harfbuzz"
|
PKG_NAME="harfbuzz"
|
||||||
PKG_VERSION="1.8.1"
|
PKG_VERSION="1.8.1"
|
||||||
PKG_SHA256="fbed6392ddb085e45e6090a9f389f72926d0e355f4b0a2ef51d35cf21686df45"
|
PKG_SHA256="fbed6392ddb085e45e6090a9f389f72926d0e355f4b0a2ef51d35cf21686df45"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
||||||
PKG_URL="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$PKG_VERSION.tar.bz2"
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
PKG_NAME="icu"
|
PKG_NAME="icu"
|
||||||
PKG_VERSION="61.1"
|
PKG_VERSION="61.1"
|
||||||
PKG_SHA256="d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef"
|
PKG_SHA256="d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="Custom"
|
PKG_LICENSE="Custom"
|
||||||
PKG_SITE="http://www.icu-project.org"
|
PKG_SITE="http://www.icu-project.org"
|
||||||
PKG_URL="http://download.icu-project.org/files/icu4c/${PKG_VERSION}/icu4c-${PKG_VERSION//./_}-src.tgz"
|
PKG_URL="http://download.icu-project.org/files/icu4c/${PKG_VERSION}/icu4c-${PKG_VERSION//./_}-src.tgz"
|
||||||
PKG_SOURCE_DIR="icu"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain icu:host"
|
PKG_DEPENDS_TARGET="toolchain icu:host"
|
||||||
PKG_LONGDESC="International Components for Unicode library"
|
PKG_LONGDESC="International Components for Unicode library."
|
||||||
|
|
||||||
PKG_ICU_OPTS="--disable-extras \
|
PKG_ICU_OPTS="--disable-extras \
|
||||||
--disable-icuio \
|
--disable-icuio \
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="libXScrnSaver"
|
PKG_NAME="libXScrnSaver"
|
||||||
PKG_VERSION="1.2.2"
|
PKG_VERSION="1.2.2"
|
||||||
PKG_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"
|
PKG_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://xorg.freedesktop.org/"
|
PKG_SITE="http://xorg.freedesktop.org/"
|
||||||
PKG_URL="https://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain scrnsaverproto"
|
PKG_DEPENDS_TARGET="toolchain scrnsaverproto"
|
||||||
PKG_LONGDESC="X11 Screen Saver extension client library"
|
PKG_LONGDESC="X11 Screen Saver extension client library."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="libXcursor"
|
PKG_NAME="libXcursor"
|
||||||
PKG_VERSION="1.1.15"
|
PKG_VERSION="1.1.15"
|
||||||
PKG_SHA256="294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b"
|
PKG_SHA256="294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.X.org"
|
PKG_SITE="http://www.X.org"
|
||||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXcursor-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXcursor-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libX11 libXfixes libXrender"
|
PKG_DEPENDS_TARGET="toolchain libX11 libXfixes libXrender"
|
||||||
PKG_LONGDESC="X11 Cursor management library"
|
PKG_LONGDESC="X11 Cursor management library.s"
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="libXft"
|
PKG_NAME="libXft"
|
||||||
PKG_VERSION="2.3.2"
|
PKG_VERSION="2.3.2"
|
||||||
PKG_SHA256="f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c"
|
PKG_SHA256="f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.X.org"
|
PKG_SITE="http://www.X.org"
|
||||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXft-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXft-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain fontconfig freetype libXrender util-macros xorgproto"
|
PKG_DEPENDS_TARGET="toolchain fontconfig freetype libXrender util-macros xorgproto"
|
||||||
PKG_LONGDESC="X FreeType library"
|
PKG_LONGDESC="X FreeType library."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
PKG_NAME="libxss"
|
PKG_NAME="libxss"
|
||||||
PKG_VERSION="1.2.2"
|
PKG_VERSION="1.2.2"
|
||||||
PKG_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"
|
PKG_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.X.org"
|
PKG_SITE="http://www.X.org"
|
||||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXScrnSaver-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXScrnSaver-$PKG_VERSION.tar.bz2"
|
||||||
PKG_SOURCE_DIR="libXScrnSaver-$PKG_VERSION"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain util-macros libXext scrnsaverproto"
|
PKG_DEPENDS_TARGET="toolchain util-macros libXext scrnsaverproto"
|
||||||
PKG_LONGDESC="X11 Screen Saver extension library"
|
PKG_LONGDESC="X11 Screen Saver extension library."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
PKG_NAME="pango"
|
PKG_NAME="pango"
|
||||||
PKG_VERSION="1.42.1"
|
PKG_VERSION="1.42.1"
|
||||||
PKG_SHA256="915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32"
|
PKG_SHA256="915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.pango.org/"
|
PKG_SITE="http://www.pango.org/"
|
||||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/pango/${PKG_VERSION:0:4}/pango-$PKG_VERSION.tar.xz"
|
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/pango/${PKG_VERSION:0:4}/pango-$PKG_VERSION.tar.xz"
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
PKG_NAME="scrnsaverproto"
|
PKG_NAME="scrnsaverproto"
|
||||||
PKG_VERSION="1.2.2"
|
PKG_VERSION="1.2.2"
|
||||||
PKG_SHA256="8bb70a8da164930cceaeb4c74180291660533ad3cc45377b30a795d1b85bcd65"
|
PKG_SHA256="8bb70a8da164930cceaeb4c74180291660533ad3cc45377b30a795d1b85bcd65"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://xorg.freedesktop.org/"
|
PKG_SITE="http://xorg.freedesktop.org/"
|
||||||
PKG_URL="https://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="X11 Screen Saver extension wire protocol"
|
PKG_LONGDESC="X11 Screen Saver extension wire protocol."
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
PKG_NAME="shared-mime-info"
|
PKG_NAME="shared-mime-info"
|
||||||
PKG_VERSION="1.9"
|
PKG_VERSION="1.9"
|
||||||
PKG_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
|
PKG_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL2"
|
PKG_LICENSE="GPL2"
|
||||||
PKG_SITE="https://freedesktop.org/wiki/Software/shared-mime-info/"
|
PKG_SITE="https://freedesktop.org/wiki/Software/shared-mime-info/"
|
||||||
PKG_URL="http://freedesktop.org/~hadess/shared-mime-info-$PKG_VERSION.tar.xz"
|
PKG_URL="http://freedesktop.org/~hadess/shared-mime-info-$PKG_VERSION.tar.xz"
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
PKG_NAME="unclutter"
|
PKG_NAME="unclutter"
|
||||||
PKG_VERSION="1.09"
|
PKG_VERSION="1.09"
|
||||||
PKG_SHA256="3a53575fe2a75a34bc9a2b0ad92ee0f8a7dbedc05d8783f191c500060a40a9bd"
|
PKG_SHA256="3a53575fe2a75a34bc9a2b0ad92ee0f8a7dbedc05d8783f191c500060a40a9bd"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="Public Domain"
|
PKG_LICENSE="Public Domain"
|
||||||
PKG_SITE="https://sourceforge.net/projects/unclutter/"
|
PKG_SITE="https://sourceforge.net/projects/unclutter/"
|
||||||
PKG_URL="https://sourceforge.net/projects/unclutter/unclutter/source_$PKG_VERSION/unclutter-$PKG_VERSION.tar.gz"
|
PKG_URL="https://sourceforge.net/projects/unclutter/unclutter/source_$PKG_VERSION/unclutter-$PKG_VERSION.tar.gz"
|
||||||
|
@ -8,7 +8,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://www.kaashoek.com/comskip/"
|
PKG_SITE="http://www.kaashoek.com/comskip/"
|
||||||
PKG_URL="https://github.com/erikkaashoek/Comskip/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/erikkaashoek/Comskip/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain argtable2 ffmpeg"
|
PKG_DEPENDS_TARGET="toolchain argtable2 ffmpeg"
|
||||||
PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings"
|
PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="containerd"
|
PKG_NAME="containerd"
|
||||||
PKG_VERSION="06b9cb3"
|
PKG_VERSION="06b9cb3"
|
||||||
PKG_SHA256="4d2b6e30bcc6c4bb901d6b9f19b5ac1d4a2d9b17075a9b1f110102920d01f64a"
|
PKG_SHA256="4d2b6e30bcc6c4bb901d6b9f19b5ac1d4a2d9b17075a9b1f110102920d01f64a"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="APL"
|
PKG_LICENSE="APL"
|
||||||
PKG_SITE="https://containerd.tools/"
|
PKG_SITE="https://containerd.tools/"
|
||||||
PKG_URL="https://github.com/docker/containerd/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/docker/containerd/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain go:host"
|
PKG_DEPENDS_TARGET="toolchain go:host"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="A daemon to control runC, built for performance and density."
|
||||||
PKG_SHORTDESC="containerd is a daemon to control runC"
|
|
||||||
PKG_LONGDESC="containerd is a daemon to control runC, built for performance and density. containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
|
@ -4,15 +4,12 @@
|
|||||||
PKG_NAME="cxxtools"
|
PKG_NAME="cxxtools"
|
||||||
PKG_VERSION="2.2.1"
|
PKG_VERSION="2.2.1"
|
||||||
PKG_SHA256="8cebb6d6cda7c93cc4f7c0d552a68d50dd5530b699cf87916bb3b708fdc4e342"
|
PKG_SHA256="8cebb6d6cda7c93cc4f7c0d552a68d50dd5530b699cf87916bb3b708fdc4e342"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL-2"
|
PKG_LICENSE="GPL-2"
|
||||||
PKG_SITE="http://www.tntnet.org/cxxtools.html"
|
PKG_SITE="http://www.tntnet.org/cxxtools.html"
|
||||||
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST=""
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="python/web"
|
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes."
|
||||||
PKG_SHORTDESC="cxxtools: a collection of general-purpose C++ classes"
|
|
||||||
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes"
|
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--disable-demos --with-atomictype=pthread --disable-unittest"
|
PKG_CONFIGURE_OPTS_HOST="--disable-demos --with-atomictype=pthread --disable-unittest"
|
||||||
|
@ -7,9 +7,8 @@ PKG_SHA256="d46a676bd6cfe58b8684ffd881bc7ed2c9c90cb43ccfa45a9500530e84aa262b"
|
|||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="http://web.mit.edu/kerberos/"
|
PKG_SITE="http://web.mit.edu/kerberos/"
|
||||||
PKG_URL="https://github.com/krb5/krb5/archive/krb5-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/krb5/krb5/archive/krb5-$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="krb5-krb5-$PKG_VERSION"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="The Kerberos network authentication protocol"
|
PKG_LONGDESC="The Kerberos network authentication protocol."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_regcomp=yes \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_regcomp=yes \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="enca"
|
PKG_NAME="enca"
|
||||||
PKG_VERSION="1.19"
|
PKG_VERSION="1.19"
|
||||||
PKG_SHA256="3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8"
|
PKG_SHA256="3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://freshmeat.net/projects/enca/"
|
PKG_SITE="http://freshmeat.net/projects/enca/"
|
||||||
PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="Enca detects the encoding of text files, on the basis of knowledge of their language."
|
||||||
PKG_SHORTDESC="enca: detects the encoding of text files, on the basis of knowledge of their language."
|
|
||||||
PKG_LONGDESC="Enca detects the encoding of text files, on the basis of knowledge of their language. It can also convert them to other encodings, allowing you to recode files without knowing their current encoding. It supports most of Central and East European languages, and a few Unicode variants, independently on language."
|
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_MAKEINSTALL_OPTS_TARGET="-C lib"
|
PKG_MAKEINSTALL_OPTS_TARGET="-C lib"
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="enet"
|
PKG_NAME="enet"
|
||||||
PKG_VERSION="e33ca1d"
|
PKG_VERSION="e33ca1d"
|
||||||
PKG_SHA256="0ba5547de2c4c7fc79d367179a9bc92a7ac27e9258dd50fb277cd8761afaf9b0"
|
PKG_SHA256="0ba5547de2c4c7fc79d367179a9bc92a7ac27e9258dd50fb277cd8761afaf9b0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE=""
|
PKG_LICENSE=""
|
||||||
PKG_SITE="https://github.com/cgutman/enet/"
|
PKG_SITE="https://github.com/cgutman/enet/"
|
||||||
PKG_URL="https://github.com/cgutman/enet/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/cgutman/enet/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="network"
|
PKG_LONGDESC="A network communication layer on top of UDP (User Datagram Protocol)."
|
||||||
PKG_SHORTDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
|
|
||||||
PKG_LONGDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||||
|
@ -4,16 +4,11 @@
|
|||||||
PKG_NAME="enum34"
|
PKG_NAME="enum34"
|
||||||
PKG_VERSION="1.1.6"
|
PKG_VERSION="1.1.6"
|
||||||
PKG_SHA256="b09c7f7ee925e600bd4efaa5fef49919eacdbdfd5a52e0696c5d03010cffb9ec"
|
PKG_SHA256="b09c7f7ee925e600bd4efaa5fef49919eacdbdfd5a52e0696c5d03010cffb9ec"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://bitbucket.org/stoneleaf/enum34"
|
PKG_SITE="https://bitbucket.org/stoneleaf/enum34"
|
||||||
PKG_URL="https://bitbucket.org/stoneleaf/$PKG_NAME/get/$PKG_VERSION.tar.bz2"
|
PKG_URL="https://bitbucket.org/stoneleaf/$PKG_NAME/get/$PKG_VERSION.tar.bz2"
|
||||||
PKG_SOURCE_DIR="stoneleaf-enum34-*"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_LONGDESC="Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4."
|
||||||
PKG_SECTION="python"
|
|
||||||
PKG_SHORTDESC="Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
|
|
||||||
PKG_LONGDESC="Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -5,13 +5,11 @@
|
|||||||
PKG_NAME="faad2"
|
PKG_NAME="faad2"
|
||||||
PKG_VERSION="2.8.8"
|
PKG_VERSION="2.8.8"
|
||||||
PKG_SHA256="985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d"
|
PKG_SHA256="985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.audiocoding.com"
|
PKG_SITE="http://www.audiocoding.com"
|
||||||
PKG_URL="https://downloads.sourceforge.net/sourceforge/faac/faad2-$PKG_VERSION.tar.gz"
|
PKG_URL="https://downloads.sourceforge.net/sourceforge/faac/faad2-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="audio"
|
PKG_LONGDESC="An MPEG-4 AAC decoder."
|
||||||
PKG_LONGDESC="An MPEG-4 AAC decoder"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
|
@ -8,7 +8,7 @@ PKG_LICENSE="LGPLv2.1+"
|
|||||||
PKG_SITE="https://ffmpeg.org"
|
PKG_SITE="https://ffmpeg.org"
|
||||||
PKG_URL="https://github.com/FFmpeg/FFmpeg/archive/n${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/FFmpeg/FFmpeg/archive/n${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain aom bzip2 fdk-aac libvorbis openssl opus x264 x265 zlib"
|
PKG_DEPENDS_TARGET="toolchain aom bzip2 fdk-aac libvorbis openssl opus x264 x265 zlib"
|
||||||
PKG_LONGDESC="FFmpegx is an complete FFmpeg build to support encoding and decoding"
|
PKG_LONGDESC="FFmpegx is an complete FFmpeg build to support encoding and decoding."
|
||||||
PKG_BUILD_FLAGS="-gold"
|
PKG_BUILD_FLAGS="-gold"
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="bchunk"
|
PKG_NAME="bchunk"
|
||||||
PKG_VERSION="1.2.0"
|
PKG_VERSION="1.2.0"
|
||||||
PKG_SHA256="afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d"
|
PKG_SHA256="afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://he.fi/bchunk/"
|
PKG_SITE="http://he.fi/bchunk/"
|
||||||
PKG_URL="http://he.fi/bchunk/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://he.fi/bchunk/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="Tool to convert a CD image in a .bin/.cue format to a set of .iso and .cdr tracks."
|
||||||
PKG_SHORTDESC="binchunker converts a CD image in a .bin / .cue format (sometimes .raw / .cue) to a set of .iso and .cdr tracks"
|
|
||||||
PKG_LONGDESC="binchunker converts a CD image in a .bin / .cue format (sometimes .raw / .cue) to a set of .iso and .cdr tracks"
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="ecm-tools"
|
PKG_NAME="ecm-tools"
|
||||||
PKG_VERSION="55365b0"
|
PKG_VERSION="55365b0"
|
||||||
PKG_SHA256="39c2d0e36b1cba33fa9fee1c0a2a63f851b561fceb59dc99550a1e8e580d3b5a"
|
PKG_SHA256="39c2d0e36b1cba33fa9fee1c0a2a63f851b561fceb59dc99550a1e8e580d3b5a"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/alucryd/ecm-tools"
|
PKG_SITE="https://github.com/alucryd/ecm-tools"
|
||||||
PKG_URL="https://github.com/alucryd/ecm-tools/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/alucryd/ecm-tools/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="Error Code Modeler.s"
|
||||||
PKG_SHORTDESC="Error Code Modeler"
|
|
||||||
PKG_LONGDESC="Error Code Modeler"
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="iat"
|
PKG_NAME="iat"
|
||||||
PKG_VERSION="0.1.7"
|
PKG_VERSION="0.1.7"
|
||||||
PKG_SHA256="fb72c42f4be18107ec1bff8448bd6fac2a3926a574d4950a4d5120f0012d62ca"
|
PKG_SHA256="fb72c42f4be18107ec1bff8448bd6fac2a3926a574d4950a4d5120f0012d62ca"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://sourceforge.net/projects/iat.berlios/"
|
PKG_SITE="https://sourceforge.net/projects/iat.berlios/"
|
||||||
PKG_URL="https://sourceforge.net/projects/iat.berlios/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://sourceforge.net/projects/iat.berlios/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="Iso9660 Analyzer Tool to detect many structures of image file."
|
||||||
PKG_SHORTDESC="Iso9660 Analyzer Tool, this tool have engine for detect many structure of image file"
|
|
||||||
PKG_LONGDESC="Iso9660 Analyzer Tool, this tool have engine for detect many structure of image file"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes"
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes"
|
||||||
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="linuxconsoletools"
|
PKG_NAME="linuxconsoletools"
|
||||||
PKG_VERSION="1.5.1"
|
PKG_VERSION="1.5.1"
|
||||||
PKG_SHA256="0bd07aacea251d63d3d8a458728c7f965f41ae45891d906cefedc3fde0753b1e"
|
PKG_SHA256="0bd07aacea251d63d3d8a458728c7f965f41ae45891d906cefedc3fde0753b1e"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://sourceforge.net/projects/linuxconsole/"
|
PKG_SITE="http://sourceforge.net/projects/linuxconsole/"
|
||||||
PKG_URL="http://prdownloads.sourceforge.net/linuxconsole/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://prdownloads.sourceforge.net/linuxconsole/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="Set of utilities for joysticks and serial devices."
|
||||||
PKG_SHORTDESC="Set of utilities for joysticks and serial devices"
|
|
||||||
PKG_LONGDESC="Set of utilities for joysticks and serial devices"
|
|
||||||
|
|
||||||
PKG_MAKE_OPTS_TARGET="SYSTEMD_SUPPORT=0"
|
PKG_MAKE_OPTS_TARGET="SYSTEMD_SUPPORT=0"
|
||||||
|
|
||||||
|
@ -4,15 +4,11 @@
|
|||||||
PKG_NAME="go"
|
PKG_NAME="go"
|
||||||
PKG_VERSION="1.9.2"
|
PKG_VERSION="1.9.2"
|
||||||
PKG_SHA256="5fb19c45d5230a7c2380232c9fb5b7e8d6f45015003f63b1485f78c20f96bce4"
|
PKG_SHA256="5fb19c45d5230a7c2380232c9fb5b7e8d6f45015003f63b1485f78c20f96bce4"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://golang.org"
|
PKG_SITE="https://golang.org"
|
||||||
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"
|
||||||
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_NAME}${PKG_VERSION}"
|
|
||||||
PKG_DEPENDS_HOST="toolchain"
|
PKG_DEPENDS_HOST="toolchain"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="An programming language that makes it easy to build simple, reliable, and efficient software."
|
||||||
PKG_SHORTDESC="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
|
||||||
PKG_LONGDESC="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="jasper"
|
PKG_NAME="jasper"
|
||||||
PKG_VERSION="1.900.1"
|
PKG_VERSION="1.900.1"
|
||||||
PKG_SHA256="6e9a959bf4f8cb02f77f42d1b9880b8e85d021ac51f43d8787b5438fd2b7a1c5"
|
PKG_SHA256="6e9a959bf4f8cb02f77f42d1b9880b8e85d021ac51f43d8787b5438fd2b7a1c5"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OpenSource"
|
PKG_LICENSE="OpenSource"
|
||||||
PKG_SITE="http://www.ece.uvic.ca/~mdadams/jasper/"
|
PKG_SITE="http://www.ece.uvic.ca/~mdadams/jasper/"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo"
|
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo"
|
||||||
PKG_SECTION="graphics"
|
PKG_LONGDESC="A implementation of the ISO/IEC 15444-1 also known as JPEG-2000 standard for image compression."
|
||||||
PKG_SHORTDESC="jasper: JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1) implementation"
|
|
||||||
PKG_LONGDESC="This distribution contains the public release of the an open-source implementation of the ISO/IEC 15444-1 also known as JPEG-2000 standard for image compression."
|
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
||||||
|
@ -4,12 +4,11 @@
|
|||||||
PKG_NAME="libugpio"
|
PKG_NAME="libugpio"
|
||||||
PKG_VERSION="0.0.6"
|
PKG_VERSION="0.0.6"
|
||||||
PKG_SHA256="5093c34cdb891560b0807cb371521cf94fa5c090ee7a84779663b16c831b9e9e"
|
PKG_SHA256="5093c34cdb891560b0807cb371521cf94fa5c090ee7a84779663b16c831b9e9e"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPLv2.1"
|
PKG_LICENSE="LGPLv2.1"
|
||||||
PKG_SITE="https://github.com/mhei/libugpio"
|
PKG_SITE="https://github.com/mhei/libugpio"
|
||||||
PKG_URL="https://github.com/mhei/$PKG_NAME/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/mhei/$PKG_NAME/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain linux"
|
PKG_DEPENDS_TARGET="toolchain linux"
|
||||||
PKG_LONGDESC="A free software library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries"
|
PKG_LONGDESC="A software library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
|
@ -5,13 +5,11 @@
|
|||||||
PKG_NAME="serdisplib"
|
PKG_NAME="serdisplib"
|
||||||
PKG_VERSION="1.97.9"
|
PKG_VERSION="1.97.9"
|
||||||
PKG_SHA256="fe82ebe72731e91509083569dfe41a09e21632cc1211cdc4f76274f83ed218fa"
|
PKG_SHA256="fe82ebe72731e91509083569dfe41a09e21632cc1211cdc4f76274f83ed218fa"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://serdisplib.sourceforge.net/"
|
PKG_SITE="http://serdisplib.sourceforge.net/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="$SOURCEFORGE_SRC/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libusb-compat"
|
PKG_DEPENDS_TARGET="toolchain libusb-compat"
|
||||||
PKG_SHORTDESC="serdisplib: a lcd control library"
|
PKG_LONGDESC="Library to drive serial/parallel/usb displays with built-in controllers."
|
||||||
PKG_LONGDESC="Library to drive serial/parallel/usb displays with built-in controllers"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--prefix=$SYSROOT_PREFIX/usr \
|
PKG_CONFIGURE_OPTS_TARGET="--prefix=$SYSROOT_PREFIX/usr \
|
||||||
--bindir=$SYSROOT_PREFIX/usr/bin \
|
--bindir=$SYSROOT_PREFIX/usr/bin \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libconfig"
|
PKG_NAME="libconfig"
|
||||||
PKG_VERSION="1.5"
|
PKG_VERSION="1.5"
|
||||||
PKG_SHA256="cae5c02361d8a9b2bb26946c64f089d2e5e599972f386203fbc48975c0d885c8"
|
PKG_SHA256="cae5c02361d8a9b2bb26946c64f089d2e5e599972f386203fbc48975c0d885c8"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://hyperrealm.com/libconfig/libconfig.html"
|
PKG_SITE="http://hyperrealm.com/libconfig/libconfig.html"
|
||||||
PKG_URL="https://github.com/hyperrealm/libconfig/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/hyperrealm/libconfig/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="lib"
|
PKG_LONGDESC="A C/C++ configuration file library."
|
||||||
PKG_SHORTDESC="C/C++ Configuration File Library"
|
|
||||||
PKG_LONGDESC="C/C++ Configuration File Library"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
@ -4,15 +4,12 @@
|
|||||||
PKG_NAME="libdvbcsa"
|
PKG_NAME="libdvbcsa"
|
||||||
PKG_VERSION="aae3d0c"
|
PKG_VERSION="aae3d0c"
|
||||||
PKG_SHA256="2c0b69a5ca70c5032f9375a57bcec449ecdf93b5459f60f087f5fa06c605c7c1"
|
PKG_SHA256="2c0b69a5ca70c5032f9375a57bcec449ecdf93b5459f60f087f5fa06c605c7c1"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.videolan.org/developers/libdvbcsa.html"
|
PKG_SITE="http://www.videolan.org/developers/libdvbcsa.html"
|
||||||
PKG_SITE="https://github.com/glenvt18/libdvbcsa/"
|
PKG_SITE="https://github.com/glenvt18/libdvbcsa/"
|
||||||
PKG_URL="https://github.com/glenvt18/libdvbcsa/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/glenvt18/libdvbcsa/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="lib"
|
PKG_LONGDESC="A implementation of DVB/CSA, with encryption and decryption capabilities."
|
||||||
PKG_SHORTDESC="libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm - DVB/CSA - with encryption and decryption capabilities"
|
|
||||||
PKG_LONGDESC="libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm - DVB/CSA - with encryption and decryption capabilities"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
|
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
@ -4,11 +4,8 @@
|
|||||||
PKG_NAME="libexif"
|
PKG_NAME="libexif"
|
||||||
PKG_VERSION="0.6.21"
|
PKG_VERSION="0.6.21"
|
||||||
PKG_SHA256="16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
|
PKG_SHA256="16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://sourceforge.net/projects/libexif"
|
PKG_SITE="http://sourceforge.net/projects/libexif"
|
||||||
PKG_URL="http://downloads.sf.net/sourceforge/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://downloads.sf.net/sourceforge/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="lib"
|
PKG_LONGDESC="A library to parse an EXIF file and read the data from those tags."
|
||||||
PKG_SHORTDESC="A library to parse an EXIF file and read the data from those tags"
|
|
||||||
PKG_LONGDESC="A library to parse an EXIF file and read the data from those tags"
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libiconv"
|
PKG_NAME="libiconv"
|
||||||
PKG_VERSION="1.15"
|
PKG_VERSION="1.15"
|
||||||
PKG_SHA256="ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178"
|
PKG_SHA256="ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://savannah.gnu.org/projects/libiconv/"
|
PKG_SITE="https://savannah.gnu.org/projects/libiconv/"
|
||||||
PKG_URL="http://ftp.gnu.org/pub/gnu/libiconv/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://ftp.gnu.org/pub/gnu/libiconv/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="A tool that converts from one character encoding to another through Unicode conversion."
|
||||||
PKG_SHORTDESC="Libiconv converts from one character encoding to another through Unicode conversion."
|
|
||||||
PKG_LONGDESC="Libiconv converts from one character encoding to another through Unicode conversion."
|
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--host=$TARGET_NAME \
|
PKG_CONFIGURE_OPTS_TARGET="--host=$TARGET_NAME \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libid3tag"
|
PKG_NAME="libid3tag"
|
||||||
PKG_VERSION="0.15.1b"
|
PKG_VERSION="0.15.1b"
|
||||||
PKG_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
|
PKG_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.mars.org/home/rob/proj/mpeg/"
|
PKG_SITE="http://www.mars.org/home/rob/proj/mpeg/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/mad/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="$SOURCEFORGE_SRC/mad/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib"
|
PKG_DEPENDS_TARGET="toolchain zlib"
|
||||||
PKG_SECTION="audio"
|
PKG_LONGDESC="A library for id3 tagging."
|
||||||
PKG_SHORTDESC="library for id3 tagging"
|
|
||||||
PKG_LONGDESC="library for id3 tagging"
|
|
||||||
|
|
||||||
PKG_MAINTAINER="Lukas Sabota (LTsmooth42@gmail.com)"
|
PKG_MAINTAINER="Lukas Sabota (LTsmooth42@gmail.com)"
|
||||||
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libimobiledevice"
|
PKG_NAME="libimobiledevice"
|
||||||
PKG_VERSION="1.2.0"
|
PKG_VERSION="1.2.0"
|
||||||
PKG_SHA256="786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037"
|
PKG_SHA256="786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.libimobiledevice.org"
|
PKG_SITE="http://www.libimobiledevice.org"
|
||||||
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libusbmuxd openssl"
|
PKG_DEPENDS_TARGET="toolchain libusbmuxd openssl"
|
||||||
PKG_SECTION="libs"
|
PKG_LONGDESC="A cross-platform software library that talks the protocols to support Apple devices."
|
||||||
PKG_SHORTDESC="libimobiledevice is a cross-platform software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices"
|
|
||||||
PKG_LONGDESC="libimobiledevice is a cross-platform software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libmad"
|
PKG_NAME="libmad"
|
||||||
PKG_VERSION="0.15.1b"
|
PKG_VERSION="0.15.1b"
|
||||||
PKG_SHA256="bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690"
|
PKG_SHA256="bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.mars.org/home/rob/proj/mpeg/"
|
PKG_SITE="http://www.mars.org/home/rob/proj/mpeg/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/mad/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="$SOURCEFORGE_SRC/mad/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="audio"
|
PKG_LONGDESC="A high-quality MPEG audio decoder."
|
||||||
PKG_SHORTDESC="libmad: MPEG Audio Decoder"
|
|
||||||
PKG_LONGDESC="MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
# package specific configure options
|
# package specific configure options
|
||||||
|
@ -4,9 +4,8 @@
|
|||||||
PKG_NAME="libmpdclient"
|
PKG_NAME="libmpdclient"
|
||||||
PKG_VERSION="2.14"
|
PKG_VERSION="2.14"
|
||||||
PKG_SHA256="0a84e2791bfe3077cf22ee1784c805d5bb550803dffe56a39aa3690a38061372"
|
PKG_SHA256="0a84e2791bfe3077cf22ee1784c805d5bb550803dffe56a39aa3690a38061372"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD-3c"
|
PKG_LICENSE="BSD-3c"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
PKG_URL="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="is a C library which implements the Music Player Daemon protocol"
|
PKG_LONGDESC="A C library which implements the Music Player Daemon protocol."
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libnetwork"
|
PKG_NAME="libnetwork"
|
||||||
PKG_VERSION="7b2b1fe"
|
PKG_VERSION="7b2b1fe"
|
||||||
PKG_SHA256="2eee331b6ded567a36e7db708405b34032b93938682cf049025f48b96d755bf6"
|
PKG_SHA256="2eee331b6ded567a36e7db708405b34032b93938682cf049025f48b96d755bf6"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="APL"
|
PKG_LICENSE="APL"
|
||||||
PKG_SITE="https://github.com/docker/libnetwork"
|
PKG_SITE="https://github.com/docker/libnetwork"
|
||||||
PKG_URL="https://github.com/docker/libnetwork/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/docker/libnetwork/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain go:host"
|
PKG_DEPENDS_TARGET="toolchain go:host"
|
||||||
PKG_SECTION="system"
|
PKG_LONGDESC="A native Go implementation for connecting containers."
|
||||||
PKG_SHORTDESC="Libnetwork provides a native Go implementation for connecting containers"
|
|
||||||
PKG_LONGDESC="Libnetwork provides a native Go implementation for connecting containers"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
|
@ -3,12 +3,10 @@
|
|||||||
|
|
||||||
PKG_NAME="rust"
|
PKG_NAME="rust"
|
||||||
PKG_VERSION="1.28.0"
|
PKG_VERSION="1.28.0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://www.rust-lang.org"
|
PKG_SITE="https://www.rust-lang.org"
|
||||||
PKG_DEPENDS_TARGET="toolchain rustup.rs"
|
PKG_DEPENDS_TARGET="toolchain rustup.rs"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="A systems programming language that prevents segfaults, and guarantees thread safety."
|
||||||
PKG_LONGDESC="Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -4,11 +4,9 @@
|
|||||||
PKG_NAME="rustup.rs"
|
PKG_NAME="rustup.rs"
|
||||||
PKG_VERSION="1.3.0"
|
PKG_VERSION="1.3.0"
|
||||||
PKG_SHA256="c0ca06b70104fed8f1de5a6f5ecfd8478e8bc03f15add8d7896b86b3b15e81e3"
|
PKG_SHA256="c0ca06b70104fed8f1de5a6f5ecfd8478e8bc03f15add8d7896b86b3b15e81e3"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://www.rust-lang.org"
|
PKG_SITE="https://www.rust-lang.org"
|
||||||
PKG_URL="https://github.com/rust-lang-nursery/rustup.rs/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/rust-lang-nursery/rustup.rs/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="devel"
|
|
||||||
PKG_LONGDESC="The Rust toolchain installer."
|
PKG_LONGDESC="The Rust toolchain installer."
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libusbmuxd"
|
PKG_NAME="libusbmuxd"
|
||||||
PKG_VERSION="1.0.10"
|
PKG_VERSION="1.0.10"
|
||||||
PKG_SHA256="1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2"
|
PKG_SHA256="1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.libimobiledevice.org"
|
PKG_SITE="http://www.libimobiledevice.org"
|
||||||
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libplist"
|
PKG_DEPENDS_TARGET="toolchain libplist"
|
||||||
PKG_SECTION="libs"
|
PKG_LONGDESC="A USB multiplex daemon."
|
||||||
PKG_SHORTDESC="USB Multiplex Daemon"
|
|
||||||
PKG_LONGDESC="USB Multiplex Daemon"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||||
ac_cv_func_realloc_0_nonnull=yes \
|
ac_cv_func_realloc_0_nonnull=yes \
|
||||||
|
@ -4,15 +4,11 @@
|
|||||||
PKG_NAME="libvncserver"
|
PKG_NAME="libvncserver"
|
||||||
PKG_VERSION="0.9.11"
|
PKG_VERSION="0.9.11"
|
||||||
PKG_SHA256="193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894"
|
PKG_SHA256="193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libvnc.github.io/"
|
PKG_SITE="https://libvnc.github.io/"
|
||||||
PKG_URL="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="libvncserver-LibVNCServer-$PKG_VERSION"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo libpng openssl systemd"
|
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo libpng openssl systemd"
|
||||||
PKG_SECTION="libs"
|
PKG_LONGDESC="A C library that allow you to easily implement VNC server or client functionality."
|
||||||
PKG_SHORTDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
|
|
||||||
PKG_LONGDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
PKG_NAME="libzip"
|
PKG_NAME="libzip"
|
||||||
PKG_VERSION="0.11.2"
|
PKG_VERSION="0.11.2"
|
||||||
PKG_SHA256="7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb"
|
PKG_SHA256="7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.nih.at/libzip/"
|
PKG_SITE="http://www.nih.at/libzip/"
|
||||||
PKG_URL="http://www.nih.at/libzip/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="http://www.nih.at/libzip/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SHORTDESC="libzip"
|
PKG_LONGDESC="A C library for reading, creating, and modifying zip archives."
|
||||||
PKG_LONGDESC="libzip"
|
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
PKG_NAME="mpd-mpc"
|
PKG_NAME="mpd-mpc"
|
||||||
PKG_VERSION="0.30"
|
PKG_VERSION="0.30"
|
||||||
PKG_SHA256="65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce"
|
PKG_SHA256="65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
PKG_URL="https://www.musicpd.org/download/mpc/0/mpc-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.musicpd.org/download/mpc/0/mpc-${PKG_VERSION}.tar.xz"
|
||||||
PKG_SOURCE_DIR="mpc-${PKG_VERSION}*"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain libiconv"
|
PKG_DEPENDS_TARGET="toolchain libiconv"
|
||||||
PKG_LONGDESC="Command-line client for MPD"
|
PKG_LONGDESC="Command-line client for MPD."
|
||||||
PKG_TOOLCHAIN="meson"
|
PKG_TOOLCHAIN="meson"
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
@ -4,13 +4,10 @@
|
|||||||
PKG_NAME="libmediainfo"
|
PKG_NAME="libmediainfo"
|
||||||
PKG_VERSION="18.05"
|
PKG_VERSION="18.05"
|
||||||
PKG_SHA256="76759613ca71d5659818e6ed121be9f31c552931b04939b0db4c58bc57cd5221"
|
PKG_SHA256="76759613ca71d5659818e6ed121be9f31c552931b04939b0db4c58bc57cd5221"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://mediaarea.net/en/MediaInfo/Download/Source"
|
PKG_SITE="http://mediaarea.net/en/MediaInfo/Download/Source"
|
||||||
PKG_URL="http://mediaarea.net/download/source/libmediainfo/${PKG_VERSION}/libmediainfo_${PKG_VERSION}.tar.xz"
|
PKG_URL="http://mediaarea.net/download/source/libmediainfo/${PKG_VERSION}/libmediainfo_${PKG_VERSION}.tar.xz"
|
||||||
PKG_SOURCE_DIR="MediaInfoLib"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain libzen zlib"
|
PKG_DEPENDS_TARGET="toolchain libzen zlib"
|
||||||
PKG_SECTION="multimedia"
|
|
||||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
|
@ -4,13 +4,10 @@
|
|||||||
PKG_NAME="libzen"
|
PKG_NAME="libzen"
|
||||||
PKG_VERSION="0.4.37"
|
PKG_VERSION="0.4.37"
|
||||||
PKG_SHA256="38c0a68b715b55d6685d2759eecda040adf37bd066955d79a5d01f91977bd9a0"
|
PKG_SHA256="38c0a68b715b55d6685d2759eecda040adf37bd066955d79a5d01f91977bd9a0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://mediaarea.net/en/MediaInfo/"
|
PKG_SITE="http://mediaarea.net/en/MediaInfo/"
|
||||||
PKG_URL="http://mediaarea.net/download/source/libzen/${PKG_VERSION}/libzen_${PKG_VERSION}.tar.xz"
|
PKG_URL="http://mediaarea.net/download/source/libzen/${PKG_VERSION}/libzen_${PKG_VERSION}.tar.xz"
|
||||||
PKG_SOURCE_DIR="ZenLib"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="multimedia"
|
|
||||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="mediainfo"
|
PKG_NAME="mediainfo"
|
||||||
PKG_VERSION="18.05"
|
PKG_VERSION="18.05"
|
||||||
PKG_SHA256="d94093aaf910759f302fb6b5ac23540a217eb940cfbb21834de2381de975fa65"
|
PKG_SHA256="d94093aaf910759f302fb6b5ac23540a217eb940cfbb21834de2381de975fa65"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://mediaarea.net/en/MediaInfo/Download/Source"
|
PKG_SITE="http://mediaarea.net/en/MediaInfo/Download/Source"
|
||||||
PKG_URL="http://mediaarea.net/download/source/mediainfo/${PKG_VERSION}/mediainfo_${PKG_VERSION}.tar.xz"
|
PKG_URL="http://mediaarea.net/download/source/mediainfo/${PKG_VERSION}/mediainfo_${PKG_VERSION}.tar.xz"
|
||||||
PKG_SOURCE_DIR="MediaInfo"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain libmediainfo"
|
PKG_DEPENDS_TARGET="toolchain libmediainfo"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A convenient unified display of the most relevant technical and tag data for video and audio files."
|
||||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
@ -9,8 +9,6 @@ PKG_LICENSE="OSS"
|
|||||||
PKG_SITE="http://www.mesa3d.org/"
|
PKG_SITE="http://www.mesa3d.org/"
|
||||||
PKG_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libX11 mesa glu glew"
|
PKG_DEPENDS_TARGET="toolchain libX11 mesa glu glew"
|
||||||
PKG_SECTION="tools"
|
|
||||||
PKG_SHORTDESC="mesa-demos: Mesa 3D demos"
|
|
||||||
PKG_LONGDESC="Mesa 3D demos - installed are the well known glxinfo and glxgears."
|
PKG_LONGDESC="Mesa 3D demos - installed are the well known glxinfo and glxgears."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
|
@ -4,12 +4,10 @@
|
|||||||
PKG_NAME="mpg123"
|
PKG_NAME="mpg123"
|
||||||
PKG_VERSION="1.25.10"
|
PKG_VERSION="1.25.10"
|
||||||
PKG_SHA256="6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023"
|
PKG_SHA256="6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPLv2"
|
PKG_LICENSE="LGPLv2"
|
||||||
PKG_SITE="http://www.mpg123.org/"
|
PKG_SITE="http://www.mpg123.org/"
|
||||||
PKG_URL="http://downloads.sourceforge.net/sourceforge/mpg123/mpg123-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://downloads.sourceforge.net/sourceforge/mpg123/mpg123-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain alsa-lib SDL2"
|
PKG_DEPENDS_TARGET="toolchain alsa-lib SDL2"
|
||||||
PKG_SECTION="tools"
|
|
||||||
PKG_LONGDESC="A console based real time MPEG Audio Player for Layer 1, 2 and 3."
|
PKG_LONGDESC="A console based real time MPEG Audio Player for Layer 1, 2 and 3."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="opencaster"
|
PKG_NAME="opencaster"
|
||||||
PKG_VERSION="3.2.2"
|
PKG_VERSION="3.2.2"
|
||||||
PKG_SHA256="c9d77f98b31d53f521e3179003a9cb66b0586704717e9d401f3bc0dafa243865"
|
PKG_SHA256="c9d77f98b31d53f521e3179003a9cb66b0586704717e9d401f3bc0dafa243865"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.avalpa.com/the-key-values/15-free-software/33-opencaster"
|
PKG_SITE="http://www.avalpa.com/the-key-values/15-free-software/33-opencaster"
|
||||||
PKG_URL="http://ftp.de.debian.org/debian/pool/main/o/opencaster/opencaster_${PKG_VERSION}+dfsg.orig.tar.gz"
|
PKG_URL="http://ftp.de.debian.org/debian/pool/main/o/opencaster/opencaster_${PKG_VERSION}+dfsg.orig.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A free and open source MPEG2 transport stream data generator and packet manipulator."
|
||||||
PKG_SHORTDESC="MPEG2 transport stream data generator and packet manipulator"
|
|
||||||
PKG_LONGDESC="OpenCaster is a free and open source MPEG2 transport stream data generator and packet manipulator"
|
|
||||||
|
|
||||||
PKG_MAKE_OPTS_TARGET="CC=$CC"
|
PKG_MAKE_OPTS_TARGET="CC=$CC"
|
||||||
|
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
PKG_NAME="squeezelite"
|
PKG_NAME="squeezelite"
|
||||||
PKG_VERSION="b2ed99e"
|
PKG_VERSION="b2ed99e"
|
||||||
PKG_SHA256="9773543d6565481c519fb73d42d59a25a2940bfbb39b48ce81054cd9dd24e2a9"
|
PKG_SHA256="9773543d6565481c519fb73d42d59a25a2940bfbb39b48ce81054cd9dd24e2a9"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/ralph-irving/squeezelite"
|
PKG_SITE="https://github.com/ralph-irving/squeezelite"
|
||||||
PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr libogg"
|
PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr libogg"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A client for the Logitech Media Server."
|
||||||
PKG_LONGDESC="A client for the Logitech Media Server"
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="tsdecrypt"
|
PKG_NAME="tsdecrypt"
|
||||||
PKG_VERSION="10.0"
|
PKG_VERSION="10.0"
|
||||||
PKG_SHA256="a337a7d60cc8f78b9dffbd7d675390497763bcb8f878ec9f1bec3eb80f32b1f1"
|
PKG_SHA256="a337a7d60cc8f78b9dffbd7d675390497763bcb8f878ec9f1bec3eb80f32b1f1"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://georgi.unixsol.org/programs/tsdecrypt"
|
PKG_SITE="http://georgi.unixsol.org/programs/tsdecrypt"
|
||||||
PKG_URL="http://georgi.unixsol.org/programs/tsdecrypt/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="http://georgi.unixsol.org/programs/tsdecrypt/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libdvbcsa"
|
PKG_DEPENDS_TARGET="toolchain libdvbcsa"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A tool that reads incoming mpeg transport stream over UDP/RTP and then decrypts it using libdvbcsa/ffdecsa."
|
||||||
PKG_SHORTDESC="tsdecrypt"
|
|
||||||
PKG_LONGDESC="tsdecrypt reads incoming mpeg transport stream over UDP/RTP and then decrypts it using libdvbcsa/ffdecsa and keys obtained from OSCAM or similar cam server"
|
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make CC=$CC LINK="$LD -o"
|
make CC=$CC LINK="$LD -o"
|
||||||
|
@ -5,12 +5,10 @@
|
|||||||
PKG_NAME="tstools"
|
PKG_NAME="tstools"
|
||||||
PKG_VERSION="db1f79f"
|
PKG_VERSION="db1f79f"
|
||||||
PKG_SHA256="f204229016c9deafcc75fe602c390339878312126134edbfcebf239e093dc4ff"
|
PKG_SHA256="f204229016c9deafcc75fe602c390339878312126134edbfcebf239e093dc4ff"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/kynesim/tstools"
|
PKG_SITE="https://github.com/kynesim/tstools"
|
||||||
PKG_URL="https://github.com/kynesim/tstools/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/kynesim/tstools/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="tools"
|
|
||||||
PKG_LONGDESC="This is a set of cross-platform command line tools for working with MPEG data."
|
PKG_LONGDESC="This is a set of cross-platform command line tools for working with MPEG data."
|
||||||
PKG_BUILD_FLAGS="-parallel"
|
PKG_BUILD_FLAGS="-parallel"
|
||||||
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="bwm-ng"
|
PKG_NAME="bwm-ng"
|
||||||
PKG_VERSION="0.6.1"
|
PKG_VERSION="0.6.1"
|
||||||
PKG_SHA256="613e8072b0efc2f5f790143192bca45c3c80b7ad09bff384de9bbaa57aa499b8"
|
PKG_SHA256="613e8072b0efc2f5f790143192bca45c3c80b7ad09bff384de9bbaa57aa499b8"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gropp.org/?id=projects&sub=bwm-ng"
|
PKG_SITE="http://www.gropp.org/?id=projects&sub=bwm-ng"
|
||||||
PKG_URL="https://github.com/vgropp/bwm-ng/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/vgropp/bwm-ng/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain ncurses libstatgrab"
|
PKG_DEPENDS_TARGET="toolchain ncurses libstatgrab"
|
||||||
PKG_SECTION="network/analyzer"
|
PKG_LONGDESC="A small and simple console-based live network and disk io bandwidth monitor."
|
||||||
PKG_SHORTDESC="bwm-ng: small and simple console-based live network and disk io bandwidth monitor"
|
|
||||||
PKG_LONGDESC="Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-libstatgrab \
|
PKG_CONFIGURE_OPTS_TARGET="--with-libstatgrab \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="libpcap"
|
PKG_NAME="libpcap"
|
||||||
PKG_VERSION="1.7.4"
|
PKG_VERSION="1.7.4"
|
||||||
PKG_SHA256="7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0"
|
PKG_SHA256="7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.tcpdump.org/"
|
PKG_SITE="http://www.tcpdump.org/"
|
||||||
PKG_URL="http://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="A portable framework for low-level network monitoring."
|
||||||
PKG_SHORTDESC="system interface for user-level packet capture"
|
|
||||||
PKG_LONGDESC="libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc."
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="LIBS=-lpthread \
|
PKG_CONFIGURE_OPTS_TARGET="LIBS=-lpthread \
|
||||||
ac_cv_header_libusb_1_0_libusb_h=no \
|
ac_cv_header_libusb_1_0_libusb_h=no \
|
||||||
|
@ -8,8 +8,7 @@ PKG_SITE="http://www.i-scream.org/libstatgrab/"
|
|||||||
PKG_URL="http://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-$PKG_VERSION.tar.gz"
|
PKG_URL="http://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION=libs
|
PKG_SECTION=libs
|
||||||
PKG_SHORTDESC="provides cross platform access to statistics about the system on which it's run"
|
PKG_LONGDESC="A library that provides cross platform access to statistics about the system on which it's run."
|
||||||
PKG_LONGDESC="libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="iftop"
|
PKG_NAME="iftop"
|
||||||
PKG_VERSION="1.0pre4"
|
PKG_VERSION="1.0pre4"
|
||||||
PKG_SHA256="f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97"
|
PKG_SHA256="f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://htop.sourceforge.net/"
|
PKG_SITE="http://htop.sourceforge.net/"
|
||||||
PKG_URL="http://www.ex-parrot.com/pdw/iftop/download/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://www.ex-parrot.com/pdw/iftop/download/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain ncurses libpcap libnl"
|
PKG_DEPENDS_TARGET="toolchain ncurses libpcap libnl"
|
||||||
PKG_SECTION="network/analyzer"
|
PKG_LONGDESC="A tool to display bandwidth usage on an interface."
|
||||||
PKG_SHORTDESC="iftop: display bandwidth usage on an interface"
|
|
||||||
PKG_LONGDESC="iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question 'why is our ADSL link so slow?'."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
pre_build_target() {
|
pre_build_target() {
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="iperf"
|
PKG_NAME="iperf"
|
||||||
PKG_VERSION="3.5"
|
PKG_VERSION="3.5"
|
||||||
PKG_SHA256="4c318707a29d46d7b64e517a4fe5e5e75e698aef030c6906e9b26dc51d9b1fce"
|
PKG_SHA256="4c318707a29d46d7b64e517a4fe5e5e75e698aef030c6906e9b26dc51d9b1fce"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="http://software.es.net/iperf/"
|
PKG_SITE="http://software.es.net/iperf/"
|
||||||
PKG_URL="https://github.com/esnet/iperf/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/esnet/iperf/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain openssl"
|
PKG_DEPENDS_TARGET="toolchain openssl"
|
||||||
PKG_SECTION="network/testing"
|
PKG_LONGDESC="A tool to measuring maximum TCP and UDP bandwidth performance."
|
||||||
PKG_SHORTDESC="iperf: A modern alternative for measuring maximum TCP and UDP bandwidth performance"
|
|
||||||
PKG_LONGDESC="Iperf was developed by NLANR/DAST as a modern alternative for measuring maximum TCP and UDP bandwidth performance."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="irssi"
|
PKG_NAME="irssi"
|
||||||
PKG_VERSION="1.1.1"
|
PKG_VERSION="1.1.1"
|
||||||
PKG_SHA256="784807e7a1ba25212347f03e4287cff9d0659f076edfb2c6b20928021d75a1bf"
|
PKG_SHA256="784807e7a1ba25212347f03e4287cff9d0659f076edfb2c6b20928021d75a1bf"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.irssi.org/"
|
PKG_SITE="http://www.irssi.org/"
|
||||||
PKG_URL="https://github.com/irssi/irssi/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://github.com/irssi/irssi/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain glib ncurses openssl"
|
PKG_DEPENDS_TARGET="toolchain glib ncurses openssl"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="Irssi is a terminal based IRC client for UNIX systems."
|
||||||
PKG_SHORTDESC="IRC client"
|
|
||||||
PKG_LONGDESC="Irssi is a terminal based IRC client for UNIX systems"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-sysroot=$SYSROOT_PREFIX \
|
PKG_CONFIGURE_OPTS_TARGET="--with-sysroot=$SYSROOT_PREFIX \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="iw"
|
PKG_NAME="iw"
|
||||||
PKG_VERSION="4.14"
|
PKG_VERSION="4.14"
|
||||||
PKG_SHA256="f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89"
|
PKG_SHA256="f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="PUBLIC_DOMAIN"
|
PKG_LICENSE="PUBLIC_DOMAIN"
|
||||||
PKG_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
|
PKG_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||||
PKG_URL="https://www.kernel.org/pub/software/network/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://www.kernel.org/pub/software/network/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libnl"
|
PKG_DEPENDS_TARGET="toolchain libnl"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A new nl80211 based CLI configuration utility for wireless devices."
|
||||||
PKG_SHORTDESC="iw is a new nl80211 based CLI configuration utility for wireless devices"
|
|
||||||
PKG_LONGDESC="iw is a new nl80211 based CLI configuration utility for wireless devices. It supports all new drivers that have been added to the kernel recently."
|
|
||||||
# iw fails at runtime with lto enabled
|
# iw fails at runtime with lto enabled
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="lftp"
|
PKG_NAME="lftp"
|
||||||
PKG_VERSION="4.8.3"
|
PKG_VERSION="4.8.3"
|
||||||
PKG_SHA256="de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b"
|
PKG_SHA256="de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="http://lftp.yar.ru/"
|
PKG_SITE="http://lftp.yar.ru/"
|
||||||
PKG_URL="http://lftp.yar.ru/ftp/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="http://lftp.yar.ru/ftp/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain readline openssl zlib"
|
PKG_DEPENDS_TARGET="toolchain readline openssl zlib"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A sophisticated ftp/http client, and a file transfer program supporting a number of network protocols."
|
||||||
PKG_SHORTDESC="ftp client"
|
|
||||||
PKG_LONGDESC="LFTP is a sophisticated ftp/http client, and a file transfer program supporting a number of network protocols"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="ncftp"
|
PKG_NAME="ncftp"
|
||||||
PKG_VERSION="3.2.6"
|
PKG_VERSION="3.2.6"
|
||||||
PKG_SHA256="5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d"
|
PKG_SHA256="5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="http://www.ncftp.com/ncftp/"
|
PKG_SITE="http://www.ncftp.com/ncftp/"
|
||||||
PKG_URL="ftp://ftp.ncftp.com/ncftp/ncftp-${PKG_VERSION}-src.tar.xz"
|
PKG_URL="ftp://ftp.ncftp.com/ncftp/ncftp-${PKG_VERSION}-src.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="NcFTP is a set of application programs implementing the File Transfer Protocol."
|
||||||
PKG_SHORTDESC="NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP)."
|
|
||||||
PKG_LONGDESC="NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP)."
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_librtmp_rtmp_h=yes \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_librtmp_rtmp_h=yes \
|
||||||
--enable-readline \
|
--enable-readline \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="ngrep"
|
PKG_NAME="ngrep"
|
||||||
PKG_VERSION="9b5946"
|
PKG_VERSION="9b5946"
|
||||||
PKG_SHA256="db3ea041ad490a90d38ce4623ad9f3e7c9798734bdcaf900d3cf319fce16aa81"
|
PKG_SHA256="db3ea041ad490a90d38ce4623ad9f3e7c9798734bdcaf900d3cf319fce16aa81"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/jpr5/ngrep"
|
PKG_SITE="https://github.com/jpr5/ngrep"
|
||||||
PKG_URL="https://github.com/jpr5/ngrep/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/jpr5/ngrep/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libpcap"
|
PKG_DEPENDS_TARGET="toolchain libpcap"
|
||||||
PKG_SECTION="network/analyzer"
|
PKG_LONGDESC="A tool like GNU grep applied to the network layer."
|
||||||
PKG_SHORTDESC="ngrep - network grep"
|
|
||||||
PKG_LONGDESC="ngrep is like GNU grep applied to the network layer"
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-pcap-includes=$SYSROOT_PREFIX/usr/include \
|
PKG_CONFIGURE_OPTS_TARGET="--with-pcap-includes=$SYSROOT_PREFIX/usr/include \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="nmap"
|
PKG_NAME="nmap"
|
||||||
PKG_VERSION="7.70"
|
PKG_VERSION="7.70"
|
||||||
PKG_SHA256="847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"
|
PKG_SHA256="847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://nmap.org/"
|
PKG_SITE="http://nmap.org/"
|
||||||
PKG_URL="http://nmap.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="http://nmap.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="Free Security Scanned for Network."
|
||||||
PKG_SHORTDESC="network tool"
|
|
||||||
PKG_LONGDESC="Free Security Scanned for Network"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
--with-pcap=linux \
|
--with-pcap=linux \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="rsync"
|
PKG_NAME="rsync"
|
||||||
PKG_VERSION="3.1.3"
|
PKG_VERSION="3.1.3"
|
||||||
PKG_SHA256="55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0"
|
PKG_SHA256="55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="http://www.samba.org/ftp/rsync/rsync.html"
|
PKG_SITE="http://www.samba.org/ftp/rsync/rsync.html"
|
||||||
PKG_URL="https://download.samba.org/pub/rsync/src/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://download.samba.org/pub/rsync/src/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="network/backup"
|
PKG_LONGDESC="A very fast method for bringing remote files into sync."
|
||||||
PKG_SHORTDESC="rsync: A replacement for rcp that has many more features"
|
|
||||||
PKG_LONGDESC="Rsync uses an own 'rsync' algorithm which provides a very fast method for bringing remote files into sync."
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
|
||||||
--disable-xattr-support \
|
--disable-xattr-support \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="sshfs"
|
PKG_NAME="sshfs"
|
||||||
PKG_VERSION="2.10"
|
PKG_VERSION="2.10"
|
||||||
PKG_SHA256="70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101"
|
PKG_SHA256="70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/libfuse/sshfs"
|
PKG_SITE="https://github.com/libfuse/sshfs"
|
||||||
PKG_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$PKG_VERSION/sshfs-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$PKG_VERSION/sshfs-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain fuse glib"
|
PKG_DEPENDS_TARGET="toolchain fuse glib"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A filesystem client based on the SSH File Transfer Protocol."
|
||||||
PKG_SHORTDESC="sshfs: a filesystem client based on the SSH File Transfer Protocol"
|
|
||||||
PKG_LONGDESC="This is a filesystem client based on the SSH File Transfer Protocol."
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,13 +4,10 @@
|
|||||||
PKG_NAME="tcpdump"
|
PKG_NAME="tcpdump"
|
||||||
PKG_VERSION="4.9.2"
|
PKG_VERSION="4.9.2"
|
||||||
PKG_SHA256="798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79"
|
PKG_SHA256="798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_SITE="http://www.tcpdump.org/"
|
PKG_SITE="http://www.tcpdump.org/"
|
||||||
PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libpcap libtirpc"
|
PKG_DEPENDS_TARGET="toolchain libpcap libtirpc"
|
||||||
PKG_SECTION="network/analyzer"
|
PKG_LONGDESC="A program that allows you to dump the traffic on a network."
|
||||||
PKG_SHORTDESC="powerful tool for network monitoring and data acquisition"
|
|
||||||
PKG_LONGDESC="This program allows you to dump the traffic on a network."
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-crypto=no"
|
PKG_CONFIGURE_OPTS_TARGET="--with-crypto=no"
|
||||||
|
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="udpxy"
|
PKG_NAME="udpxy"
|
||||||
PKG_VERSION="1.0.23-12"
|
PKG_VERSION="1.0.23-12"
|
||||||
PKG_SHA256="16bdc8fb22f7659e0427e53567dc3e56900339da261199b3d00104d699f7e94c"
|
PKG_SHA256="16bdc8fb22f7659e0427e53567dc3e56900339da261199b3d00104d699f7e94c"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="http://www.udpxy.com"
|
PKG_SITE="http://www.udpxy.com"
|
||||||
PKG_URL="http://www.udpxy.com/download/1_23/${PKG_NAME}.${PKG_VERSION}-prod.tar.gz"
|
PKG_URL="http://www.udpxy.com/download/1_23/${PKG_NAME}.${PKG_VERSION}-prod.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="tools"
|
PKG_LONGDESC="A UDP-to-HTTP multicast traffic relay daemon."
|
||||||
PKG_SHORTDESC="udpxy is a UDP-to-HTTP multicast traffic relay daemon"
|
|
||||||
PKG_LONGDESC="udpxy is a UDP-to-HTTP multicast traffic relay daemon"
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
|
@ -4,14 +4,10 @@
|
|||||||
PKG_NAME="wireless_tools"
|
PKG_NAME="wireless_tools"
|
||||||
PKG_VERSION="30.pre9"
|
PKG_VERSION="30.pre9"
|
||||||
PKG_SHA256="abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63"
|
PKG_SHA256="abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/HewlettPackard/wireless-tools"
|
PKG_SITE="https://github.com/HewlettPackard/wireless-tools"
|
||||||
PKG_URL="https://hewlettpackard.github.io/wireless-tools/$PKG_NAME.$PKG_VERSION.tar.gz"
|
PKG_URL="https://hewlettpackard.github.io/wireless-tools/$PKG_NAME.$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="${PKG_NAME}.*"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="debug/tools"
|
|
||||||
PKG_SHORTDESC="wireless-tools: tools allowing to manipulate the Wireless Extensions"
|
|
||||||
PKG_LONGDESC="The Wireless Tools (WT) is a set of tools allowing to manipulate the Wireless Extensions."
|
PKG_LONGDESC="The Wireless Tools (WT) is a set of tools allowing to manipulate the Wireless Extensions."
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -8,7 +8,7 @@ PKG_LICENSE="BSD"
|
|||||||
PKG_SITE="http://www.opus-codec.org"
|
PKG_SITE="http://www.opus-codec.org"
|
||||||
PKG_URL="https://archive.mozilla.org/pub/opus/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://archive.mozilla.org/pub/opus/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Codec designed for interactive speech and audio transmission over the Internet"
|
PKG_LONGDESC="Codec designed for interactive speech and audio transmission over the Internet."
|
||||||
|
|
||||||
if [ "$TARGET_ARCH" = "arm" ]; then
|
if [ "$TARGET_ARCH" = "arm" ]; then
|
||||||
PKG_FIXED_POINT="--enable-fixed-point"
|
PKG_FIXED_POINT="--enable-fixed-point"
|
||||||
|
@ -4,12 +4,11 @@
|
|||||||
PKG_NAME="pcsc-lite"
|
PKG_NAME="pcsc-lite"
|
||||||
PKG_VERSION="1.8.23"
|
PKG_VERSION="1.8.23"
|
||||||
PKG_SHA256="5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9"
|
PKG_SHA256="5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://pcsclite.apdu.fr"
|
PKG_SITE="https://pcsclite.apdu.fr"
|
||||||
PKG_URL="https://pcsclite.apdu.fr/files/pcsc-lite-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://pcsclite.apdu.fr/files/pcsc-lite-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain libusb"
|
PKG_DEPENDS_TARGET="toolchain libusb"
|
||||||
PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)"
|
PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="pngquant"
|
PKG_NAME="pngquant"
|
||||||
PKG_VERSION="2.12.0"
|
PKG_VERSION="2.12.0"
|
||||||
PKG_SHA256="0e540c64bb58c05f2a05b4eaf1d3d165f0d3278500f15abfeac47f93f8fa8fa8"
|
PKG_SHA256="0e540c64bb58c05f2a05b4eaf1d3d165f0d3278500f15abfeac47f93f8fa8fa8"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://pngquant.org"
|
PKG_SITE="https://pngquant.org"
|
||||||
PKG_URL="http://pngquant.org/pngquant-${PKG_VERSION}-src.tar.gz"
|
PKG_URL="http://pngquant.org/pngquant-${PKG_VERSION}-src.tar.gz"
|
||||||
PKG_DEPENDS_HOST="toolchain libpng:host zlib:host"
|
PKG_DEPENDS_HOST="toolchain libpng:host zlib:host"
|
||||||
PKG_SECTION="graphics"
|
PKG_LONGDESC="A lossy PNG compressor."
|
||||||
PKG_SHORTDESC="lossy PNG compressor"
|
|
||||||
PKG_LONGDESC="a PNG compresor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format"
|
|
||||||
|
|
||||||
configure_host() {
|
configure_host() {
|
||||||
:
|
:
|
||||||
|
@ -4,15 +4,12 @@
|
|||||||
PKG_NAME="protobuf"
|
PKG_NAME="protobuf"
|
||||||
PKG_VERSION="3.1.0"
|
PKG_VERSION="3.1.0"
|
||||||
PKG_SHA256="51ceea9957c875bdedeb1f64396b5b0f3864fe830eed6a2d9c066448373ea2d6"
|
PKG_SHA256="51ceea9957c875bdedeb1f64396b5b0f3864fe830eed6a2d9c066448373ea2d6"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="https://developers.google.com/protocol-buffers/"
|
PKG_SITE="https://developers.google.com/protocol-buffers/"
|
||||||
PKG_URL="https://github.com/google/$PKG_NAME/releases/download/v$PKG_VERSION/$PKG_NAME-cpp-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/google/$PKG_NAME/releases/download/v$PKG_VERSION/$PKG_NAME-cpp-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="toolchain zlib:host"
|
PKG_DEPENDS_HOST="toolchain zlib:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib protobuf:host"
|
PKG_DEPENDS_TARGET="toolchain zlib protobuf:host"
|
||||||
PKG_SECTION="devel"
|
PKG_LONGDESC="Protocol Buffers for Google's data interchange format."
|
||||||
PKG_SHORTDESC="protobuf: Protocol Buffers - Google's data interchange format"
|
|
||||||
PKG_LONGDESC="protobuf: Protocol Buffers - Google's data interchange format"
|
|
||||||
|
|
||||||
PKG_CMAKE_SCRIPT="$PKG_BUILD/cmake/CMakeLists.txt"
|
PKG_CMAKE_SCRIPT="$PKG_BUILD/cmake/CMakeLists.txt"
|
||||||
|
|
||||||
|
@ -4,15 +4,11 @@
|
|||||||
PKG_NAME="python-libusb1"
|
PKG_NAME="python-libusb1"
|
||||||
PKG_VERSION="1.6.4"
|
PKG_VERSION="1.6.4"
|
||||||
PKG_SHA256="e4876dff281f948cdb57a44535627299c2333e6933fa06bfbc60c26cecd12fb1"
|
PKG_SHA256="e4876dff281f948cdb57a44535627299c2333e6933fa06bfbc60c26cecd12fb1"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="https://github.com/vpelletier/python-libusb1"
|
PKG_SITE="https://github.com/vpelletier/python-libusb1"
|
||||||
PKG_URL="https://github.com/vpelletier/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/vpelletier/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_LONGDESC="A pure-python wrapper for libusb-1.0."
|
||||||
PKG_SECTION="python"
|
|
||||||
PKG_SHORTDESC="Pure-python wrapper for libusb-1.0"
|
|
||||||
PKG_LONGDESC="Pure-python wrapper for libusb-1.0"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
PKG_NAME="qtbase"
|
PKG_NAME="qtbase"
|
||||||
PKG_VERSION="5.6.2"
|
PKG_VERSION="5.6.2"
|
||||||
PKG_SHA256="2f6eae93c5d982fe0a387a01aeb3435571433e23e9d9d9246741faf51f1ee787"
|
PKG_SHA256="2f6eae93c5d982fe0a387a01aeb3435571433e23e9d9d9246741faf51f1ee787"
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://qt-project.org"
|
PKG_SITE="http://qt-project.org"
|
||||||
PKG_URL="http://download.qt.io/official_releases/qt/5.6/$PKG_VERSION/submodules/$PKG_NAME-opensource-src-$PKG_VERSION.tar.xz"
|
PKG_URL="http://download.qt.io/official_releases/qt/5.6/$PKG_VERSION/submodules/$PKG_NAME-opensource-src-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="pcre zlib"
|
PKG_DEPENDS_TARGET="pcre zlib"
|
||||||
PKG_SOURCE_DIR="$PKG_NAME-opensource-src-$PKG_VERSION"
|
PKG_LONGDESC="A cross-platform application and UI framework."
|
||||||
PKG_SHORTDESC="A cross-platform application and UI framework"
|
|
||||||
PKG_LONGDESC="A cross-platform application and UI framework"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="-prefix /usr
|
PKG_CONFIGURE_OPTS_TARGET="-prefix /usr
|
||||||
-sysroot $SYSROOT_PREFIX
|
-sysroot $SYSROOT_PREFIX
|
||||||
|
@ -9,9 +9,7 @@ PKG_LICENSE="MIT"
|
|||||||
PKG_SITE="http://sourceforge.net/p/raspberry-gpio-python/"
|
PKG_SITE="http://sourceforge.net/p/raspberry-gpio-python/"
|
||||||
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||||
PKG_SECTION="python"
|
PKG_LONGDESC="A module to control Raspberry Pi GPIO channels."
|
||||||
PKG_SHORTDESC="A module to control Raspberry Pi GPIO channels"
|
|
||||||
PKG_LONGDESC="A module to control Raspberry Pi GPIO channels"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user