ports/compat-32 (3.1): apulse-32: initial import
commit c7ac6daabea85c57271bf7b2f873ceab7c81413c Author: Thomas Penteker <tek@serverop.de> Date: Mon Oct 6 23:38:14 2014 +0200 apulse-32: initial import diff --git a/apulse-32/.32bit b/apulse-32/.32bit new file mode 100644 index 0000000..e69de29 diff --git a/apulse-32/.footprint b/apulse-32/.footprint new file mode 100644 index 0000000..55ff62c --- /dev/null +++ b/apulse-32/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/apulse-32 +drwxr-xr-x root/root usr/lib32/ +lrwxrwxrwx root/root usr/lib32/libpulse-simple.so -> libpulse-simple.so.0 +-rwxr-xr-x root/root usr/lib32/libpulse-simple.so.0 +lrwxrwxrwx root/root usr/lib32/libpulse.so -> libpulse.so.0 +-rwxr-xr-x root/root usr/lib32/libpulse.so.0 +-rwxr-xr-x root/root usr/lib32/libpulsecommon-5.0.so diff --git a/apulse-32/.md5sum b/apulse-32/.md5sum new file mode 100644 index 0000000..01edf60 --- /dev/null +++ b/apulse-32/.md5sum @@ -0,0 +1 @@ +1d38f3052107b77188f82d4c128fd7d0 v0.1.2.tar.gz diff --git a/apulse-32/Pkgfile b/apulse-32/Pkgfile new file mode 100644 index 0000000..fd930ef --- /dev/null +++ b/apulse-32/Pkgfile @@ -0,0 +1,25 @@ +# Description: PulseAudio emulation for ALSA. +# URL: https://github.com/i-rinat/apulse +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# Packager: Thomas Penteker, tek at serverop dot de +# Depends on: cmake + +name=apulse-32 +version=0.1.2 +release=1 +source=(https://github.com/i-rinat/apulse/archive/v${version}.tar.gz) + +build() { + cd apulse-$version + sed -i -e "s:/lib/apulse:/lib32:" CMakeLists.txt + + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + + make + make DESTDIR=$PKG install + + mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32 +}
participants (1)
-
crux@crux.nu