initial import
This commit is contained in:
28
simpleburn/PKGBUILD
Normal file
28
simpleburn/PKGBUILD
Normal file
@@ -0,0 +1,28 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=simpleburn
|
||||
pkgver=1.8.4
|
||||
pkgrel=2
|
||||
pkgdesc="Minimalistic application for burning and extracting CDs and DVDs"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('CeCILL-2.0')
|
||||
depends=('cdrdao' 'libdvdread' 'libcdio' 'glib2' 'gdk-pixbuf2' 'pango' 'cairo' 'gtk' 'libisoburn' 'mencoder' 'mplayer'
|
||||
'flac' 'vorbis-tools' 'mpg123')
|
||||
makedepends=('cmake' 'gettext-tiny')
|
||||
source=("https://repo.hyperbola.info:50000/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
sha512sums=('9f3580aa73ab7f0311a56c3cf8d72a67d734668ad207d0234dbe1a05d827b5446d719ed262fb7e0edfd890eb0d2a550caff7362dcc90f228e87adce21dedbc5f'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
-B build \
|
||||
-S ${pkgname} \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr"
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C build DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "${srcdir}/${pkgname}/doc/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user