New package: PAmix-1.2
This commit is contained in:
parent
7d8133cef7
commit
9bdccf6689
2 changed files with 34 additions and 0 deletions
12
srcpkgs/PAmix/patches/Makefile.path
Normal file
12
srcpkgs/PAmix/patches/Makefile.path
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- Makefile
|
||||||
|
+++ Makefile
|
||||||
|
@@ -17,7 +17,7 @@ all: $(BINARY)
|
||||||
|
|
||||||
|
$(BINARY): $(OBJECTS)
|
||||||
|
@if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@) ; fi
|
||||||
|
- $(CXX) $(CFLAGS) $(OBJECTS) -o $(BINARY) $(LIBS)
|
||||||
|
+ $(CXX) $(CFLAGS) $(OBJECTS) -o $(BINARY) $(LIBS) $(LDFLAGS)
|
||||||
|
|
||||||
|
$(OBJFOLDER)/%.o: $(SRCFOLDER)/%.cpp $(wildcard $(INCFOLDER)/%.h $(INCFOLDER)/%.hpp)
|
||||||
|
@if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@) ; fi
|
||||||
|
|
22
srcpkgs/PAmix/template
Normal file
22
srcpkgs/PAmix/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'PAmix'
|
||||||
|
pkgname=PAmix
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="pulseaudio-devel ncurses-devel"
|
||||||
|
short_desc="Ncurses/Curses Pulseaudio mixer in C++ similar to Pavucontrol"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/patroclos/PAmix"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
: # Makefile uses += and this allows us to use gnu-configure
|
||||||
|
# instead of gnu-makefile, and no ugly do_build() overwrite.
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue