smlinux/base/faad2/faad2.SMBuild
PktSurf a6bc50adc7 Added elfutils and fuse to base
Removed build options that placed elf binaries in /bin
Removed executable bit from some build files
2024-10-29 15:25:51 +05:30

35 lines
777 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=faad2
version=2.9.2
mversion=$(echo $version | sed 's@.@_@')
build=1sml
homepage="https://github.com/knik0/faad2"
download="https://github.com/knik0/faad2/archive/refs/tags/$mversion.tar.gz"
desc="HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder"
requires="musl"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=/usr \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
013af33c9c99bb93e1686312bd4497a9700ee0d6dd0eba26fde525456e9519896a61bb4762c0127e8d22a42be2eee97b78d659f312f6b32280e12a0d36fd2a5f faad2-2.9.2.tar.lz
"