forked from ports/contrib
psi-im: Fixed some issues with paths.
This commit is contained in:
parent
8f42ae77be
commit
69d768514f
@ -4,17 +4,8 @@ drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/psi.desktop
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/psi.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/psi.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/psi.png
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/psi.png
|
||||
drwxr-xr-x root/root usr/share/psi/
|
||||
drwxr-xr-x root/root usr/share/psi/certs/
|
||||
-rw-r--r-- root/root usr/share/psi/certs/rootcert.xml
|
||||
|
@ -6,15 +6,18 @@
|
||||
|
||||
name=psi-im
|
||||
version=0.10
|
||||
release=1
|
||||
release=2
|
||||
source=(http://dl.sourceforge.net/sourceforge/psi/psi-${version}.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd psi-${version}
|
||||
./configure --prefix=/usr \
|
||||
--qtdir=/usr/share/qt
|
||||
sed -e 's|/usr/X11R6/include|/usr/include/X11|g' -i Makefile
|
||||
make
|
||||
make INSTALL_ROOT=${PKG} install
|
||||
rm -f ${PKG}/usr/share/psi/COPYING
|
||||
find ${PKG} -type f -name 'README' -exec rm -f {} \;
|
||||
install -D -m 0644 ${PKG}/usr/share/icons/hicolor/48x48/apps/psi.png \
|
||||
${PKG}/usr/share/pixmaps/psi.png
|
||||
rm -rf ${PKG}/usr/share/{icons,psi/COPYING}
|
||||
find ${PKG}/usr/share/psi/ -type f -name 'README' -exec rm -f {} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user