You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
615 B
19 lines
615 B
import 'compile/cmake'
|
|
|
|
name=apulse
|
|
version=0.1.7
|
|
update_url="https://github.com/i-rinat/$name/releases"
|
|
|
|
dlextract "https://github.com/i-rinat/$name/archive/v$version.tar.gz" \
|
|
'd489c93132fd201037372d3d9caf62ba'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
compile_cmake -I
|
|
|
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_libdir" \
|
|
build/libpulse-simple.so.0 build/libpulse.so.0 build/libpulsecommon-5.0.so
|
|
ln -s libpulse-simple.so.0 "$dir_install/$dir_prefix/$dir_libdir/libpulse-simple.so"
|
|
ln -s libpulse.so.0 "$dir_install/$dir_prefix/$dir_libdir/libpulse.so"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|