mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
libticables2: fix license=
This commit is contained in:
parent
39537e53c2
commit
82bcea1701
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libticables2'
|
||||
pkgname=libticables2
|
||||
version=1.3.5
|
||||
revision=1
|
||||
revision=2
|
||||
_tilpver=1.18
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libusb10"
|
||||
|
@ -9,12 +9,12 @@ hostmakedepends="automake bison groff intltool libtool pkg-config texinfo"
|
|||
makedepends="glib-devel libusb-devel gettext-devel"
|
||||
short_desc="TI Link Cable Library"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license=" GPL-2.0-or-later"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.ticalc.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/tilp/tilp2-linux/tilp2-${_tilpver}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" gettext-devel"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue