parent
a890e77ebe
commit
a21d6d129f
@ -0,0 +1,50 @@
|
||||
# Maintainer: Calvin Morrison <mutantturkey@gmail.com>
|
||||
|
||||
pkgname=trinity-ktorrent
|
||||
pkgver=3513
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.trinitydesktop.org'
|
||||
license=('GPL')
|
||||
groups=('trinity-apps')
|
||||
pkgdesc="Trinity - pkgdesc"
|
||||
depends=('trinity-kdelibs')
|
||||
makedepends=('pkgconfig' 'autoconf' 'automake')
|
||||
options=('libtool' '!strip')
|
||||
source=(http://mirror.its.uidaho.edu/pub/trinity/releases/3.5.13/applications/ktorrent-3.5.13.tar.gz)
|
||||
md5sums=('3bf211ec2a41f92d935e12ee8753fa06')
|
||||
|
||||
_builddir=applications/ktorrent
|
||||
_prefix=/opt/trinity
|
||||
|
||||
build() {
|
||||
msg "Setting Trinity Environment variables"
|
||||
export LD_LIBRARY_PATH=${_prefix}/lib:${_prefix}/lib/trinity:$LD_LIBRARY_PATH
|
||||
export PKG_CONFIG_PATH=${_prefix}/lib/pkgconfig:${QTDIR}/lib/pkgconfig
|
||||
|
||||
#msg "Patching..."
|
||||
#patch -N -d ${srcdir} -p0 < ktorrent.patch
|
||||
|
||||
msg "Starting automake..."
|
||||
cd "$srcdir/${_builddir}"
|
||||
cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||
cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||
make -f admin/Makefile.common
|
||||
|
||||
msg "Starting configure..."
|
||||
./configure --with-qt-dir=${QTDIR} \
|
||||
--prefix=${_prefix} \
|
||||
--enable-closure \
|
||||
--enable-torrent-mimetype \
|
||||
--with-extra-includes=${_prefix}/include:/usr/include/dbus-1.0:${_prefix}/include/libkrandr \
|
||||
--with-extra-libs=${_prefix}/lib:${_prefix}/lib/trinity:${_prefix}/pkgconfig
|
||||
|
||||
msg "Building ${pkgname}..."
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
cd ${srcdir}/${_builddir}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in new issue