blob: 15c76d21cdc9cd76b6cf7cf5fbebffcdb9d2435e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#
# ~~~ dev-libs/smooth
#
# ~~~ a C++ class library
#
#
# ~~~ metadata
# portage info
EAPI=8
SLOT=0
KEYWORDS="amd64"
# info
HOMEPAGE="https://smooth-project.org/"
DESCRIPTION="The smooth C++ class library"
LICENSE="Artistic-2"
# package data
SRC_URI="https://github.com/enzo1982/smooth/releases/download/v${PV}/${P}.tar.gz"
#
# ~~~ dependencies
# build-time dependencies
BDEPEND="
app-arch/bzip2
dev-libs/fribidi
dev-libs/libxml2
media-libs/libjpeg-turbo
net-misc/curl
x11-libs/gtk+"
|