contrib/smtube/Pkgfile

22 lines
494 B
Plaintext
Raw Normal View History

2014-02-20 06:04:26 +01:00
# Description: Youtube browser, player and downloader
2014-02-20 06:06:16 +01:00
# URL: http://smtube.sf.net/
2014-02-20 06:04:26 +01:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: qt4
# Optional: smplayer
name=smtube
2014-04-07 09:22:42 +02:00
version=2.1
2014-02-20 06:04:26 +01:00
release=1
source=(http://prdownloads.sf.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
# Remove most debug messages
find src -type f -name '*.cpp' -print0 | xargs -0 sed -i -e 's|qDebug(.*);|{}|g'
make DESTDIR=$PKG PREFIX=/usr install
rm -rf $PKG/usr/share/doc
}