🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: xfburn
pkgver: '0.8.0'
pkgrel: '1'
pkgdesc: 'Burn CDs and DVDs from files on your computer or ISO images downloaded from elsewhere.'
url: 'http://www.xfce.org/projects/xfburn/'
arch: x86_64
depends:
- cdrdao
- 'startup-notification'
makedepends:
- libxfce4util
- libxfce4ui
- 'gstreamer-plugins-base'
- exo
- libisoburn
- 'xorg-pixman'
source:
- 'https://archive.xfce.org/src/apps/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=${PKGDIR} install
package: |
true