2011-01-16 07:16:45 +08:00
|
|
|
|
|
|
|
pkgname=quick-usb-formatter
|
2015-08-10 04:08:24 +08:00
|
|
|
pkgver=0.6
|
2011-03-15 07:55:13 +08:00
|
|
|
pkgrel=1
|
2011-01-16 07:16:45 +08:00
|
|
|
pkgdesc='A Quick and simple addon for format usb sticks using the device notifier for Chakra GNU/Linux'
|
2015-08-10 04:08:24 +08:00
|
|
|
url='http://www.chakraos.org'
|
2011-01-16 07:16:45 +08:00
|
|
|
license=('GPL')
|
2015-08-10 04:08:24 +08:00
|
|
|
arch=('x86_64')
|
2011-01-16 07:16:45 +08:00
|
|
|
depends=('qt' 'kdelibs')
|
2015-08-10 04:08:24 +08:00
|
|
|
makedepends=('automoc4' 'git')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('utils')
|
2015-08-10 04:08:24 +08:00
|
|
|
source=($pkgname-$pkgver::"git://git.chakraos.org/quick-usb-formatter.git")
|
|
|
|
md5sums=('SKIP')
|
|
|
|
|
2011-01-16 07:16:45 +08:00
|
|
|
|
|
|
|
build() {
|
2015-08-10 04:08:24 +08:00
|
|
|
cd $pkgname-$pkgver
|
2011-01-16 07:16:45 +08:00
|
|
|
rm -rf build
|
|
|
|
mkdir build && cd build
|
2015-08-10 04:08:24 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd $pkgname-$pkgver/build
|
|
|
|
make DESTDIR=${pkgdir} install
|
2011-01-16 07:16:45 +08:00
|
|
|
}
|