libknotificationitem1 stable port information

Info3: <<
Package: libknotificationitem1-%type_pkg[kde]
Version: 4.3.4
Revision: 2
Description: KDE4 - notification lib
Type: kde (x11 mac)
License: GPL/LGPL
Maintainer: Benjamin Reed

Depends: <<
%N-shlibs (= %v-%r),
kdelibs4-%type_pkg[kde] (>= 4.4.0-1)
<<
BuildDepends: <<
akonadi-%type_pkg[kde],
akonadi-%type_pkg[kde]-dev,
aspell-dev,
automoc-%type_pkg[kde] (>= 0.9.89-0),
bzip2-dev,
cmake (>= 2.6.4-1),
cups-dev,
dbus1.3-dev,
expat1,
fink (>= 0.29.7-1),
freetype219 (>= 2.3.12-1),
gettext-tools,
giflib,
kde4-buildenv (>= 4.4.0-1),
kdelibs4-%type_pkg[kde]-dev (>= 4.4.0-1),
libgettext8-dev,
libidn,
libjasper.1,
libjpeg8,
libpcre1,
libpng15,
libtiff,
libxml2,
libxslt,
openexr-dev,
pkgconfig (>= 0.23-1),
qt4-base-%type_pkg[kde] (>= 4.7.3-1),
qtassistant-compat-%type_pkg[kde] (>= 4.6.3-1),
qtassistant-compat-%type_pkg[kde]-bin (>= 4.6.3-1),
(%type_pkg[kde] = x11) x11-dev,
system-openssl-dev
<<
GCC: 4.0

Source: mirror:kde:stable/%v/src/kdelibs-experimental-%v.tar.bz2
Source-MD5: ee3eb713d703b8bba9de61197f6943c4
SourceDirectory: kdelibs-experimental-%v

CompileScript: <<
#!/bin/sh -ev

export KDE4_PREFIX="%p" KDE4_TYPE="%type_pkg[kde]"
. %p/sbin/kde4-buildenv.sh

mkdir -p build
pushd build
cmake $KDE4_CMAKE_ARGS ..
make VERBOSE=1
popd
<<

InstallScript: <<
#!/bin/sh -ev

pushd build
make -j1 install/fast DESTDIR="%d"
popd
<<
SplitOff: <<
Package: %N-shlibs
Description: KDE4 - notification shlibs
Depends: <<
kdelibs4-%type_pkg[kde]-shlibs (>= 4.4.1-1),
qt4-base-%type_pkg[kde]-qtcore-shlibs (>= 4.7.3-1),
qt4-base-%type_pkg[kde]-qtdbus-shlibs (>= 4.7.3-1),
qt4-base-%type_pkg[kde]-qtgui-shlibs (>= 4.7.3-1)
<<
Replaces: %N-dev (<< 4.2.1-2)
Recommends: %N (>= %v-%r)
Files: opt/kde4/%type_pkg[kde]/lib/libknotificationitem-1.1*.dylib
Shlibs: %p/opt/kde4/%type_pkg[kde]/lib/libknotificationitem-1.1.dylib 1.0.0 %n (>= 4.3.0-1)
<<
SplitOff2: <<
Package: %N-dev
Description: KDE4 - notification headers and libs
Depends: %N (= %v-%r)
BuildDependsOnly: true
Files: <<
opt/kde4/%type_pkg[kde]/include
opt/kde4/%type_pkg[kde]/lib
<<
<<

PostInstScript: %p/opt/kde4/%type_pkg[kde]/bin/kde4-postinst.sh || :

<<