mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
gimp: allow to build the ascii-art plugin
This commit is contained in:
18
recipes-graphics/aalib/aalib_1.4.0.bb
Normal file
18
recipes-graphics/aalib/aalib_1.4.0.bb
Normal file
@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "AAlib is a portable library for rendering graphics as ASCII art."
|
||||
HOMEPAGE = "http://aa-project.sourceforge.net/aalib/"
|
||||
SECTION = "libs"
|
||||
|
||||
DEPENDS = "ncurses"
|
||||
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
|
||||
S = "${WORKDIR}/aalib-1.4.0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/projects/aa-project/files/aa-lib/1.4rc5/aalib-1.4rc5.tar.gz"
|
||||
SRC_URI[sha256sum] = "fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee"
|
||||
|
||||
inherit autotools
|
||||
|
||||
CFLAGS:append = " -fPIC "
|
||||
|
Reference in New Issue
Block a user