Edited PKGBUILDs

This commit is contained in:
arcan1s
2013-09-17 02:41:51 +04:00
parent 75e875357f
commit 5aeb4d5689
16 changed files with 198 additions and 129 deletions

View File

@ -14,7 +14,7 @@ makedepends=('automoc4')
source=(http://kde-apps.org/CONTENT/content-files/84772-${_pkgname}-${pkgver}.tar.bz2)
md5sums=('d6e30aa41da5279300f5d638ff595a77')
build()
build()
{
if [ -d ${srcdir}/build ]; then
rm -rf ${srcdir}/build
@ -27,8 +27,8 @@ build()
make || return 1
}
package()
package()
{
cd $srcdir/build
cd ${srcdir}/build
make DESTDIR=${pkgdir} install || return 1
}