diff --git a/ncmpc/.footprint b/ncmpc/.footprint deleted file mode 100644 index 86f1e74ce..000000000 --- a/ncmpc/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/ncmpc/ --rw-r--r-- root/root etc/ncmpc/config --rw-r--r-- root/root etc/ncmpc/keys -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ncmpc diff --git a/ncmpc/.signature b/ncmpc/.signature deleted file mode 100644 index ee62468b6..000000000 --- a/ncmpc/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF343UMzViGfpexV0Fs4rVVT5MKWWDeX2E/7coCHwr0mbt/Rnqa91G4sy5+OaNS17UmcTv7Rw3Y+2eVYBN9orfqQk= -SHA256 (Pkgfile) = d2f64bce4a5d37952273d22f007f29fd2c68044b733f90d6b60026139b11dfba -SHA256 (.footprint) = a9176777f6b80a12f2b0e726d7a3442901b4749b6ac8812d183e64044c8a13ea -SHA256 (ncmpc-0.43.tar.xz) = 7abf3c83d3a77c18681a8ce90126c8cb1e1884ebde5be2a735293a4f535ed382 diff --git a/ncmpc/Pkgfile b/ncmpc/Pkgfile deleted file mode 100644 index f93b05010..000000000 --- a/ncmpc/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: Ncurse-based MPD console client -# URL: https://www.musicpd.org/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: boost ncurses libmpdclient - -name=ncmpc -version=0.43 -release=1 -source=(https://www.musicpd.org/download/ncmpc/0/ncmpc-$version.tar.xz) - -build() { - meson build $name-$version \ - --prefix=/usr \ - --sysconfdir=/etc \ - -D nls=disabled - ninja -C build - DESTDIR=$PKG ninja -C build install - - mkdir -p $PKG/etc/ncmpc - - install -m 0644 $name-$version/doc/config.sample $PKG/etc/ncmpc/config - install -m 0644 $name-$version/doc/keys.sample $PKG/etc/ncmpc/keys - - rm -rf $PKG/usr/share -}