You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
5de4474f33
The epoch must be increased since the version scheme changed.
33 lines
1.3 KiB
Tcl
33 lines
1.3 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
|
|
PortGroup luarocks_org 1.0
|
|
|
|
name lua-lua-gd
|
|
version 1.0
|
|
revision 0
|
|
epoch 1
|
|
luarocks.rock lua-gd-${version}-6.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description an image manipulation library for the Lua Programming Language, based on Thomas Boutell's GD library
|
|
long_description Lua-GD is {*}${description}.
|
|
|
|
checksums rmd160 3cdcc4ace18b658819b1c52be9812ea2561affa8 \
|
|
sha256 46d4ad3f82b1cfd93846af00be444d59e2f8d1b8ad58e2d4dd436112f64cb260 \
|
|
size 1429038
|
|
|
|
luarocks.branches 5.1
|
|
|
|
patch.dir [file dirname ${worksrcpath}]
|
|
patchfiles-append patch-lua-gd.rockspec \
|
|
patch-Makefile.diff
|
|
|
|
depends_lib-append port:gd2
|
|
configure.cppflags-append -DGD_XPM -DGD_JPEG -DGD_FONTCONFIG -DGD_FREETYPE -DGD_PNG -DGD_GIF
|
|
|
|
luarocks.build_type make
|
|
|
|
luarocks.uploader zhengsu
|