mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-09 20:10:30 +00:00
fix pkgconf and path
This commit is contained in:
0
core/cwm/.checksums
Executable file → Normal file
0
core/cwm/.checksums
Executable file → Normal file
0
core/cwm/.pkgfiles
Executable file → Normal file
0
core/cwm/.pkgfiles
Executable file → Normal file
6
core/cwm/spkgbuild
Executable file → Normal file
6
core/cwm/spkgbuild
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
# description : Linux port of the OpenBSD window manager
|
||||
# depends : pkg-config libx11 libxft xrandr
|
||||
# depends : pkgconf libx11 libxft xrandr
|
||||
|
||||
name=cwm
|
||||
version=6.7
|
||||
release=1
|
||||
release=2
|
||||
options=""
|
||||
noextract=""
|
||||
backup=""
|
||||
@@ -11,5 +11,5 @@ source="https://github.com/leahneukirchen/$name/archive/v$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG PREFIX=/usr install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user