2015年8月30日星期日

Porg - Management of software packages installed for BLFS 7.7

Porg is a software to manage the software packages that are installed from source codes.
Here is the build process for it:

Download the software from here and extract it

./configure --prefix=/usr --sysconfigdir=/etc
make
make install

Example of use:
porg -lp foo-1.2.3 -- 'make install'
porg -tsf foo-1.2.3
porg -lD -- "make install"

2015年8月23日星期日

X Window Desktop file for Qt Creator (BLFS 7.7)

[Desktop Entry]
Name=Qt Creator (Community)
Comment=Creator for Qt applications
Exec=/usr/bin/qtcreator
Icon=QtProject-qtcreator.png
Terminal=false
Encoding=UTF-8
Type=Application
Categories=Qt:Development;