mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 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 libticalcs2
|
|
version 1.1.9
|
|
categories math
|
|
platforms darwin
|
|
license GPL-2
|
|
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 e29fa825014ae1cea3da4cc5b4c1a534c6c95a72 \
|
|
sha256 76780788bc309b647f97513d38dd5f01611c335a72855e0bd10c7bdbf2e38921 \
|
|
size 269963
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:libticables2 \
|
|
port:libticonv \
|
|
port:libtifiles2 \
|
|
port:zlib
|
|
|
|
use_autoreconf yes
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://sourceforge.net/projects/tilp/rss?path=/tilp2-linux
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|