New package: cdrdao-1.2.3
This commit is contained in:
parent
c92b2adf23
commit
eac6dde88b
2 changed files with 26 additions and 0 deletions
12
srcpkgs/cdrdao/patches/fix-stat-includes.patch
Normal file
12
srcpkgs/cdrdao/patches/fix-stat-includes.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- dao/ScsiIf-linux.cc.orig 2016-04-30 11:38:51.281429655 +0200
|
||||||
|
+++ dao/ScsiIf-linux.cc 2016-04-30 11:39:19.146429156 +0200
|
||||||
|
@@ -19,6 +19,9 @@
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
|
+#include <sys/types.h>
|
||||||
|
+#include <sys/stat.h>
|
||||||
|
+
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
14
srcpkgs/cdrdao/template
Normal file
14
srcpkgs/cdrdao/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'cdrdao'
|
||||||
|
pkgname=cdrdao
|
||||||
|
version=1.2.3
|
||||||
|
revision=1
|
||||||
|
nocross=yes # runs pccts/antlr/antlr
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="lame-devel libmad-devel libvorbis-devel libao-devel"
|
||||||
|
short_desc="Records audio or data CD-Rs in disk-at-once (DAO) mode"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://cdrdao.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2"
|
||||||
|
checksum=8193cb8fa6998ac362c55807e89ad0b3c63edc6b01afaeb3d5042519527fb75e
|
Loading…
Add table
Add a link
Reference in a new issue