wok-next view gource/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gource"
4 VERSION="0.38"
5 CATEGORY="development"
6 SHORT_DESC="Software version control visualization"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://gource.io/"
11 WGET_URL="http://gource.googlecode.com/files/$TARBALL"
13 DEPENDS="freetype glew glu boost-filesystem boost-system libpcre sdl \
14 sdl-image mesa ftgl"
15 BUILD_DEPENDS="mesa-dev ftgl-dev sdl-image-dev pcre-dev glew-dev \
16 sdl-dev freetype-dev boost-dev boost-filesystem glm"
18 compile_rules() {
19 sed -i 's/boost::filesystem3::/boost::filesystem::/' src/logmill.cpp
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share/gource $fs/usr/share
30 }