flao: remove

This commit is contained in:
Michael Gehring 2018-01-16 13:12:24 +01:00
parent a1a6ee6f28
commit 4307ba84fd
2 changed files with 0 additions and 37 deletions

View file

@ -1,15 +0,0 @@
--- config.mk.orig 2016-04-29 23:34:15.698113125 +0200
+++ config.mk 2016-04-29 23:34:56.523115232 +0200
@@ -1,9 +1,9 @@
INCS = -I.
LIBS = -lao -lFLAC
-CC = cc
-CFLAGS = -Wall -O2 $(INCS)
-LDFLAGS = -s $(LIBS)
+CC ?= cc
+CFLAGS += -Wall $(INCS)
+LDFLAGS += $(LIBS)
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

View file

@ -1,22 +0,0 @@
# Template file for 'flao'
pkgname=flao
version=0.2
revision=1
wrksrc=flao
makedepends="libflac-devel libao-devel"
short_desc="A simple player for FLAC audio files"
maintainer="Michael Gehring <mg@ebfe.org>"
license="Public Domain"
homepage="http://sigwinch.xyz/software/flao.html"
distfiles="http://sigwinch.xyz/software/_files/flao-${version}.tar.bz2"
checksum=df457f4589c7de8a19944590e0b3b63b095d1c29909d3510406c1d39160037ed
LDFLAGS="-Wl,--no-as-needed"
do_build() {
make
}
do_install() {
make PREFIX=/usr DESTDIR="${DESTDIR}" install
}