Retired base/{libidn,libmrss,libnxml,guile} and updated build list Retired extra/{gtkterm,mtpaint} Discarded doinst.sh from extra/gnumeric Updated base and extra build lists
33 lines
638 B
Text
Executable file
33 lines
638 B
Text
Executable file
app=libmrss
|
|
version=0.19.2
|
|
build=1sml
|
|
homepage="https://github.com/bakulf/libmrss"
|
|
desc="C Library for parsing, writing and creating RSS files"
|
|
requires="libnxml"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-static \
|
|
$builddist
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
4cea6c2251beaf0e372c3be7862c2470d2f4d18845d320ef63434e8ec4a9397750bc0aa04989c9a0bed6c0f33263f706860301f8df17903e4e3496c126620fea libmrss-0.19.2.tar.lz
|
|
"
|