mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libticables2
|
|
version 1.3.5
|
|
license GPL-2
|
|
categories math
|
|
maintainers nomaintainer
|
|
description TILibs
|
|
long_description Utility libraries for TI related apps
|
|
homepage http://lpg.ticalc.org/prj_tilp/
|
|
|
|
master_sites sourceforge:tilp
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 c982c0526652ab9d6735e813a256ae69ef97afc9 \
|
|
sha256 0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522 \
|
|
size 187416
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:libticonv \
|
|
port:libtifiles2 \
|
|
port:gettext \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
|
|
patchfiles arm64.patch
|
|
|
|
use_autoreconf yes
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://sourceforge.net/projects/tilp/rss?path=/tilp2-linux
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|