34 lines
642 B
Text
Executable file
34 lines
642 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=alsa-plugins
|
|
version=1.2.2
|
|
build=1sml
|
|
homepage="http://www.alsa-project.org"
|
|
download=""
|
|
desc="Plugins for ALSA"
|
|
requires="alsa-lib"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z**
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix="" \
|
|
--libdir=/lib
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f6395a3753fcf2873d8aa54d9dd6f1a772b600de6a9ed9a36d7d64186d526ba1234dd957dd085f4c9ddad9ebf85440ef3c672c646b4e128607649262057b37d7 alsa-plugins-1.2.2.tar.lz
|
|
"
|