sgmixer: initial commit (0.3)
This commit is contained in:
parent
a2a382ce72
commit
07f45878f6
3
sgmixer/.footprint
Normal file
3
sgmixer/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/sgmixer
|
1
sgmixer/.md5sum
Normal file
1
sgmixer/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a23c7f2271542f79e0aa73f2e783c1de sgmixer-0.3.tar.gz
|
19
sgmixer/Pkgfile
Normal file
19
sgmixer/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# $Id: $
|
||||
# Description: A simple GTK2 audio mixer
|
||||
# URL: http://sgmixer.openfmi.net
|
||||
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Depends on: gtk
|
||||
|
||||
name=sgmixer
|
||||
version=0.3
|
||||
release=2
|
||||
source=(http://openfmi.net/frs/download.php/1/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
install -d $PKG/usr/bin
|
||||
install -m 755 $name $PKG/usr/bin
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user