Browse Source

Added compton

master
mid-kid 8 years ago
parent
commit
0a862b0777
  1. 17
      satellites/compton-git.sat
  2. 14
      satellites/libconfig.sat

17
satellites/compton-git.sat

@ -0,0 +1,17 @@
import 'vcs/git'
name=compton
vcs_git "https://github.com/chjj/$name"
header_end
cd "$name"
make install \
DESTDIR="$dir_install" \
PREFIX="/$dir_prefix" \
BINDIR="/$dir_prefix/$dir_bindir" \
MANDIR="/$dir_prefix/$dir_mandir" \
APPDIR="/$dir_prefix/$dir_datadir/applications" \
INODIR="/$dir_prefix/$dir_datadir/icons/hicolor"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

14
satellites/libconfig.sat

@ -0,0 +1,14 @@
import 'compile/configure'
name=libconfig
version=1.5
update_url="http://www.hyperrealm.com/$name/"
dlextract "http://www.hyperrealm.com/$name/$name-$version.tar.gz" \
'a939c4990d74e6fc1ee62be05716f633'
header_end
cd "$name-$version"
compile_configure -- --disable-static
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
Loading…
Cancel
Save