contrib/smtube/Pkgfile
2015-12-16 21:14:57 +09:00

22 lines
498 B
Plaintext

# Description: Youtube browser, player and downloader
# URL: http://smtube.sf.net/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: qt4
# Optional: smplayer
name=smtube
version=15.11.0
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
}