mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
New package: bgs
This commit is contained in:
1
main/bgs/.checksums
Normal file
1
main/bgs/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
e3cfeb44d8d753cdceeb4e183bd2f30a v0.8.tar.gz
|
||||
8
main/bgs/.pkgfiles
Normal file
8
main/bgs/.pkgfiles
Normal file
@@ -0,0 +1,8 @@
|
||||
bgs-0.8-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/bgs
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/bgs.1.gz
|
||||
17
main/bgs/spkgbuild
Normal file
17
main/bgs/spkgbuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# description : An extremely fast and small background setter for X.
|
||||
# homepage : http://github.com/Gottox/bgs
|
||||
# depends : imlib2 libxinerama
|
||||
|
||||
name=bgs
|
||||
version=0.8
|
||||
release=1
|
||||
source="http://github.com/Gottox/bgs/archive/v${version}.tar.gz"
|
||||
|
||||
_portdir=$PWD
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make PREFIX=/usr
|
||||
make PREFIX=/usr DESTDIR=$PKG install
|
||||
}
|
||||
Reference in New Issue
Block a user