The libgrss package contains a library designed to manipulate RSS and Atom feeds.
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://download.gnome.org/sources/libgrss/0.7/libgrss-0.7.0.tar.xz
ダウンロード (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libgrss/0.7/libgrss-0.7.0.tar.xz
ダウンロード MD5 sum: 7c0ee46a82dc0e9610183fe9ef8c7c1d
ダウンロードサイズ: 356 KB
必要ディスク容量: 10 MB
概算ビルド時間: 0.1 SBU
以下のコマンドを実行して libgrss をビルドします。
patch -Np1 -i ../libgrss-0.7.0-bugfixes-1.patch && autoreconf -fv && ./configure --prefix=/usr --disable-static && make
ビルド結果をテストする場合は make check を実行します。
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-gtk-doc
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。
最終更新日: 2021-01-07 10:25:44 +0900