mid-kid
8 years ago
2 changed files with 31 additions and 0 deletions
@ -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: |
@ -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…
Reference in new issue